Class: Aws::Types::DeleteInfrastructureConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteInfrastructureConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
539 540 541 |
# File 'sig/types.rbs', line 539 def infrastructure_configuration_arn @infrastructure_configuration_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
538 539 540 |
# File 'sig/types.rbs', line 538 def request_id @request_id end |