AWSEC2ModifyAvailabilityZoneGroupRequest
Objective-C
@interface AWSEC2ModifyAvailabilityZoneGroupRequestSwift
class AWSEC2ModifyAvailabilityZoneGroupRequest- 
                  
                  Checks 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 isUnauthorizedOperation.DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable dryRun;Swift var dryRun: NSNumber? { get set }
- 
                  
                  The name of the Availability Zone group, Local Zone group, or Wavelength Zone group. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable groupName;Swift var groupName: String? { get set }
- 
                  
                  Indicates whether to opt in to the zone group. The only valid value is opted-in. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.DeclarationObjective-C @property (nonatomic) AWSEC2ModifyAvailabilityZoneOptInStatus optInStatus;Swift var optInStatus: AWSEC2ModifyAvailabilityZoneOptInStatus { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2ModifyAvailabilityZoneGroupRequest Class Reference
        AWSEC2ModifyAvailabilityZoneGroupRequest Class Reference