Class: Aws::Types::DescribeComponentConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComponentConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
171 172 173 |
# File 'sig/types.rbs', line 171 def account_id @account_id end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
170 171 172 |
# File 'sig/types.rbs', line 170 def component_name @component_name end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
169 170 171 |
# File 'sig/types.rbs', line 169 def resource_group_name @resource_group_name end |