Class: Aws::Types::CreateNatGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNatGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#availability_mode ⇒ "zonal", "regional"
Returns the value of attribute availability_mode.
-
#availability_zone_addresses ⇒ ::Array[Types::AvailabilityZoneAddress]
Returns the value of attribute availability_zone_addresses.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connectivity_type ⇒ "private", "public"
Returns the value of attribute connectivity_type.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#secondary_allocation_ids ⇒ ::Array[::String]
Returns the value of attribute secondary_allocation_ids.
-
#secondary_private_ip_address_count ⇒ ::Integer
Returns the value of attribute secondary_private_ip_address_count.
-
#secondary_private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute secondary_private_ip_addresses.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def allocation_id @allocation_id end |
#availability_mode ⇒ "zonal", "regional"
Returns the value of attribute availability_mode.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def availability_mode @availability_mode end |
#availability_zone_addresses ⇒ ::Array[Types::AvailabilityZoneAddress]
Returns the value of attribute availability_zone_addresses.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def availability_zone_addresses @availability_zone_addresses end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def client_token @client_token end |
#connectivity_type ⇒ "private", "public"
Returns the value of attribute connectivity_type.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def connectivity_type @connectivity_type end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def dry_run @dry_run end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
2970 2971 2972 |
# File 'sig/types.rbs', line 2970 def private_ip_address @private_ip_address end |
#secondary_allocation_ids ⇒ ::Array[::String]
Returns the value of attribute secondary_allocation_ids.
2971 2972 2973 |
# File 'sig/types.rbs', line 2971 def secondary_allocation_ids @secondary_allocation_ids end |
#secondary_private_ip_address_count ⇒ ::Integer
Returns the value of attribute secondary_private_ip_address_count.
2973 2974 2975 |
# File 'sig/types.rbs', line 2973 def secondary_private_ip_address_count @secondary_private_ip_address_count end |
#secondary_private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute secondary_private_ip_addresses.
2972 2973 2974 |
# File 'sig/types.rbs', line 2972 def secondary_private_ip_addresses @secondary_private_ip_addresses end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2966 2967 2968 |
# File 'sig/types.rbs', line 2966 def vpc_id @vpc_id end |