Module: Aws::VPCLattice::Client::_CreateResourceGatewayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateResourceGatewayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #ip_address_type ⇒ "IPV4", ...
- #ipv4_addresses_per_eni ⇒ ::Integer
- #name ⇒ ::String
- #resource_config_dns_resolution ⇒ "IN_VPC", "PUBLIC"
- #security_group_ids ⇒ ::Array[::String]
- #status ⇒ "ACTIVE", ...
- #subnet_ids ⇒ ::Array[::String]
- #vpc_identifier ⇒ ::String
Instance Method Details
#arn ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def arn: () -> ::String
|
#id ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def id: () -> ::String
|
#ip_address_type ⇒ "IPV4", ...
190 |
# File 'sig/client.rbs', line 190
def ip_address_type: () -> ("IPV4" | "IPV6" | "DUALSTACK")
|
#ipv4_addresses_per_eni ⇒ ::Integer
191 |
# File 'sig/client.rbs', line 191
def ipv4_addresses_per_eni: () -> ::Integer
|
#name ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def name: () -> ::String
|
#resource_config_dns_resolution ⇒ "IN_VPC", "PUBLIC"
192 |
# File 'sig/client.rbs', line 192
def resource_config_dns_resolution: () -> ("IN_VPC" | "PUBLIC")
|
#security_group_ids ⇒ ::Array[::String]
189 |
# File 'sig/client.rbs', line 189
def security_group_ids: () -> ::Array[::String]
|
#status ⇒ "ACTIVE", ...
186 |
# File 'sig/client.rbs', line 186
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#subnet_ids ⇒ ::Array[::String]
188 |
# File 'sig/client.rbs', line 188
def subnet_ids: () -> ::Array[::String]
|
#vpc_identifier ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def vpc_identifier: () -> ::String
|