AWSEC2AssociateIpamResourceDiscoveryRequest

Objective-C

@interface AWSEC2AssociateIpamResourceDiscoveryRequest

Swift

class AWSEC2AssociateIpamResourceDiscoveryRequest
  • A client token.

    Declaration

    Objective-C

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

    Swift

    var clientToken: String? { get set }
  • A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }
  • An IPAM ID.

    Declaration

    Objective-C

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

    Swift

    var ipamId: String? { get set }
  • A resource discovery ID.

    Declaration

    Objective-C

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

    Swift

    var ipamResourceDiscoveryId: String? { get set }
  • Tag specifications.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2TagSpecification *> *_Nullable tagSpecifications;

    Swift

    var tagSpecifications: [AWSEC2TagSpecification]? { get set }