AWSConnectStringReference

Objective-C

@interface AWSConnectStringReference

Swift

class AWSConnectStringReference

Information about a reference when the referenceType is STRING. Otherwise, null.

  • Identifier of the string reference.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable name;

    Swift

    var name: String? { get set }
  • A valid string.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable value;

    Swift

    var value: String? { get set }