Class: Aws::Types::CreateInfrastructureConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateInfrastructureConfigurationResponse
- 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.
395 396 397 |
# File 'sig/types.rbs', line 395 def client_token @client_token end |
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
396 397 398 |
# File 'sig/types.rbs', line 396 def infrastructure_configuration_arn @infrastructure_configuration_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
394 395 396 |
# File 'sig/types.rbs', line 394 def request_id @request_id end |