Class: Aws::Types::GetConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_configuration ⇒ Types::Ec2ConfigurationState
Returns the value of attribute ec2_configuration.
-
#ecr_configuration ⇒ Types::EcrConfigurationState
Returns the value of attribute ecr_configuration.
Instance Attribute Details
#ec2_configuration ⇒ Types::Ec2ConfigurationState
Returns the value of attribute ec2_configuration.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def ec2_configuration @ec2_configuration end |
#ecr_configuration ⇒ Types::EcrConfigurationState
Returns the value of attribute ecr_configuration.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def ecr_configuration @ecr_configuration end |