Class: Aws::Types::CreateResourceGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#ip_address_type ⇒ "IPV4", ...
Returns the value of attribute ip_address_type.
-
#ipv4_addresses_per_eni ⇒ ::Integer
Returns the value of attribute ipv4_addresses_per_eni.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_config_dns_resolution ⇒ "IN_VPC", "PUBLIC"
Returns the value of attribute resource_config_dns_resolution.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
134 135 136 |
# File 'sig/types.rbs', line 134 def client_token @client_token end |
#ip_address_type ⇒ "IPV4", ...
Returns the value of attribute ip_address_type.
139 140 141 |
# File 'sig/types.rbs', line 139 def ip_address_type @ip_address_type end |
#ipv4_addresses_per_eni ⇒ ::Integer
Returns the value of attribute ipv4_addresses_per_eni.
140 141 142 |
# File 'sig/types.rbs', line 140 def ipv4_addresses_per_eni @ipv4_addresses_per_eni end |
#name ⇒ ::String
Returns the value of attribute name.
135 136 137 |
# File 'sig/types.rbs', line 135 def name @name end |
#resource_config_dns_resolution ⇒ "IN_VPC", "PUBLIC"
Returns the value of attribute resource_config_dns_resolution.
141 142 143 |
# File 'sig/types.rbs', line 141 def resource_config_dns_resolution @resource_config_dns_resolution end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
138 139 140 |
# File 'sig/types.rbs', line 138 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
137 138 139 |
# File 'sig/types.rbs', line 137 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
142 143 144 |
# File 'sig/types.rbs', line 142 def @tags end |
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
136 137 138 |
# File 'sig/types.rbs', line 136 def vpc_identifier @vpc_identifier end |