Class: Aws::Types::DescribeComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComponentRequest
- 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.
185 186 187 |
# File 'sig/types.rbs', line 185 def account_id @account_id end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
184 185 186 |
# File 'sig/types.rbs', line 184 def component_name @component_name end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
183 184 185 |
# File 'sig/types.rbs', line 183 def resource_group_name @resource_group_name end |