Class: Aws::Types::GetInfrastructureConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetInfrastructureConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#infrastructure_configuration ⇒ Types::InfrastructureConfiguration
Returns the value of attribute infrastructure_configuration.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#infrastructure_configuration ⇒ Types::InfrastructureConfiguration
Returns the value of attribute infrastructure_configuration.
796 797 798 |
# File 'sig/types.rbs', line 796 def infrastructure_configuration @infrastructure_configuration end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
795 796 797 |
# File 'sig/types.rbs', line 795 def request_id @request_id end |