AWSConnectSecurityProfileSearchSummary

Objective-C

@interface AWSConnectSecurityProfileSearchSummary

Swift

class AWSConnectSecurityProfileSearchSummary

Information about the returned security profiles.

  • arn

    The Amazon Resource Name (ARN) of the security profile.

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }
  • The description of the security profile.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • The identifier of the security profile.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }
  • The organization resource identifier.

    Declaration

    Objective-C

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

    Swift

    var organizationResourceId: String? { get set }
  • The name of the security profile.

    Declaration

    Objective-C

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

    Swift

    var securityProfileName: String? { get set }
  • The tags used to organize, track, or control access for this resource. For example, { “Tags”: {“key1”:“value1”, “key2”:“value2”} }.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;

    Swift

    var tags: [String : String]? { get set }