Class: Aws::Types::UpdateConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#ec2_configuration ⇒ Types::Ec2Configuration
Returns the value of attribute ec2_configuration.
-
#ecr_configuration ⇒ Types::EcrConfiguration
Returns the value of attribute ecr_configuration.
-
#update_configuration_inheritance ⇒ Types::UpdateConfigurationInheritance
Returns the value of attribute update_configuration_inheritance.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2845 2846 2847 |
# File 'sig/types.rbs', line 2845 def account_id @account_id end |
#ec2_configuration ⇒ Types::Ec2Configuration
Returns the value of attribute ec2_configuration.
2847 2848 2849 |
# File 'sig/types.rbs', line 2847 def ec2_configuration @ec2_configuration end |
#ecr_configuration ⇒ Types::EcrConfiguration
Returns the value of attribute ecr_configuration.
2846 2847 2848 |
# File 'sig/types.rbs', line 2846 def ecr_configuration @ecr_configuration end |
#update_configuration_inheritance ⇒ Types::UpdateConfigurationInheritance
Returns the value of attribute update_configuration_inheritance.
2848 2849 2850 |
# File 'sig/types.rbs', line 2848 def update_configuration_inheritance @update_configuration_inheritance end |