Module: Aws::VPCLattice::Client::_UpdateResourceGatewayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateResourceGatewayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #ip_address_type ⇒ "IPV4", "IPV6"
- #name ⇒ ::String
- #security_group_ids ⇒ ::Array[::String]
- #status ⇒ "ACTIVE", ...
- #subnet_ids ⇒ ::Array[::String]
- #vpc_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
1181 |
# File 'sig/client.rbs', line 1181
def arn: () -> ::String
|
#id ⇒ ::String
1180 |
# File 'sig/client.rbs', line 1180
def id: () -> ::String
|
#ip_address_type ⇒ "IPV4", "IPV6"
1186 |
# File 'sig/client.rbs', line 1186
def ip_address_type: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
1179 |
# File 'sig/client.rbs', line 1179
def name: () -> ::String
|
#security_group_ids ⇒ ::Array[::String]
1185 |
# File 'sig/client.rbs', line 1185
def security_group_ids: () -> ::Array[::String]
|
#status ⇒ "ACTIVE", ...
1182 |
# File 'sig/client.rbs', line 1182
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#subnet_ids ⇒ ::Array[::String]
1184 |
# File 'sig/client.rbs', line 1184
def subnet_ids: () -> ::Array[::String]
|
#vpc_id ⇒ ::String
1183 |
# File 'sig/client.rbs', line 1183
def vpc_id: () -> ::String
|