AWSEC2ReplaceNetworkAclAssociationResult

Objective-C

@interface AWSEC2ReplaceNetworkAclAssociationResult

Swift

class AWSEC2ReplaceNetworkAclAssociationResult
  • The ID of the new association.

    Declaration

    Objective-C

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

    Swift

    var latestAssociationId: String? { get set }