Class: Aws::Types::UpdateInfrastructureConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInfrastructureConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def client_token @client_token end |
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def infrastructure_configuration_arn @infrastructure_configuration_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def request_id @request_id end |