Class: Aws::Types::CreateResourceGatewayResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceGatewayResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
149 150 151 |
# File 'sig/types.rbs', line 149 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
148 149 150 |
# File 'sig/types.rbs', line 148 def id @id end |
#ip_address_type ⇒ "IPV4", ...
Returns the value of attribute ip_address_type.
154 155 156 |
# File 'sig/types.rbs', line 154 def ip_address_type @ip_address_type end |
#ipv4_addresses_per_eni ⇒ ::Integer
Returns the value of attribute ipv4_addresses_per_eni.
155 156 157 |
# File 'sig/types.rbs', line 155 def ipv4_addresses_per_eni @ipv4_addresses_per_eni end |
#name ⇒ ::String
Returns the value of attribute name.
147 148 149 |
# File 'sig/types.rbs', line 147 def name @name end |
#resource_config_dns_resolution ⇒ "IN_VPC", "PUBLIC"
Returns the value of attribute resource_config_dns_resolution.
156 157 158 |
# File 'sig/types.rbs', line 156 def resource_config_dns_resolution @resource_config_dns_resolution end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
153 154 155 |
# File 'sig/types.rbs', line 153 def security_group_ids @security_group_ids end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
150 151 152 |
# File 'sig/types.rbs', line 150 def status @status end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
152 153 154 |
# File 'sig/types.rbs', line 152 def subnet_ids @subnet_ids end |
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
151 152 153 |
# File 'sig/types.rbs', line 151 def vpc_identifier @vpc_identifier end |