Module: Aws::VPCLattice::Client::_UpdateResourceConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateResourceConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allow_association_to_shareable_service_network ⇒ Boolean
- #arn ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #port_ranges ⇒ ::Array[::String]
- #protocol ⇒ "TCP"
- #resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
- #resource_configuration_group_id ⇒ ::String
- #resource_gateway_id ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #type ⇒ "GROUP", ...
Instance Method Details
#allow_association_to_shareable_service_network ⇒ Boolean
1163 |
# File 'sig/client.rbs', line 1163
def allow_association_to_shareable_service_network: () -> bool
|
#arn ⇒ ::String
1158 |
# File 'sig/client.rbs', line 1158
def arn: () -> ::String
|
#id ⇒ ::String
1156 |
# File 'sig/client.rbs', line 1156
def id: () -> ::String
|
#name ⇒ ::String
1157 |
# File 'sig/client.rbs', line 1157
def name: () -> ::String
|
#port_ranges ⇒ ::Array[::String]
1162 |
# File 'sig/client.rbs', line 1162
def port_ranges: () -> ::Array[::String]
|
#protocol ⇒ "TCP"
1164 |
# File 'sig/client.rbs', line 1164
def protocol: () -> ("TCP")
|
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
1166 |
# File 'sig/client.rbs', line 1166
def resource_configuration_definition: () -> Types::ResourceConfigurationDefinition
|
#resource_configuration_group_id ⇒ ::String
1160 |
# File 'sig/client.rbs', line 1160
def resource_configuration_group_id: () -> ::String
|
#resource_gateway_id ⇒ ::String
1159 |
# File 'sig/client.rbs', line 1159
def resource_gateway_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
1165 |
# File 'sig/client.rbs', line 1165
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "GROUP", ...
1161 |
# File 'sig/client.rbs', line 1161
def type: () -> ("GROUP" | "CHILD" | "SINGLE" | "ARN")
|