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.
2800 2801 2802 |
# File 'sig/types.rbs', line 2800 def allocation_id @allocation_id end |
#availability_mode ⇒ "zonal", "regional"
Returns the value of attribute availability_mode.
2799 2800 2801 |
# File 'sig/types.rbs', line 2799 def availability_mode @availability_mode end |
#availability_zone_addresses ⇒ ::Array[Types::AvailabilityZoneAddress]
Returns the value of attribute availability_zone_addresses.
2805 2806 2807 |
# File 'sig/types.rbs', line 2805 def availability_zone_addresses @availability_zone_addresses end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2801 2802 2803 |
# File 'sig/types.rbs', line 2801 def client_token @client_token end |
#connectivity_type ⇒ "private", "public"
Returns the value of attribute connectivity_type.
2807 2808 2809 |
# File 'sig/types.rbs', line 2807 def connectivity_type @connectivity_type end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def dry_run @dry_run end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
2808 2809 2810 |
# File 'sig/types.rbs', line 2808 def private_ip_address @private_ip_address end |
#secondary_allocation_ids ⇒ ::Array[::String]
Returns the value of attribute secondary_allocation_ids.
2809 2810 2811 |
# File 'sig/types.rbs', line 2809 def secondary_allocation_ids @secondary_allocation_ids end |
#secondary_private_ip_address_count ⇒ ::Integer
Returns the value of attribute secondary_private_ip_address_count.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 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.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def secondary_private_ip_addresses @secondary_private_ip_addresses end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2803 2804 2805 |
# File 'sig/types.rbs', line 2803 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2806 2807 2808 |
# File 'sig/types.rbs', line 2806 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2804 2805 2806 |
# File 'sig/types.rbs', line 2804 def vpc_id @vpc_id end |