Class: Aws::Types::UpdateConfigurationInheritance
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationInheritance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_configuration ⇒ "INHERIT_FROM_ADMIN"
Returns the value of attribute ec2_configuration.
-
#ecr_configuration ⇒ "INHERIT_FROM_ADMIN"
Returns the value of attribute ecr_configuration.
Instance Attribute Details
#ec2_configuration ⇒ "INHERIT_FROM_ADMIN"
Returns the value of attribute ec2_configuration.
2839 2840 2841 |
# File 'sig/types.rbs', line 2839 def ec2_configuration @ec2_configuration end |
#ecr_configuration ⇒ "INHERIT_FROM_ADMIN"
Returns the value of attribute ecr_configuration.
2840 2841 2842 |
# File 'sig/types.rbs', line 2840 def ecr_configuration @ecr_configuration end |