Class: Aws::Types::DescribeComponentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComponentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_component ⇒ Types::ApplicationComponent
Returns the value of attribute application_component.
-
#resource_list ⇒ ::Array[::String]
Returns the value of attribute resource_list.
Instance Attribute Details
#application_component ⇒ Types::ApplicationComponent
Returns the value of attribute application_component.
190 191 192 |
# File 'sig/types.rbs', line 190 def application_component @application_component end |
#resource_list ⇒ ::Array[::String]
Returns the value of attribute resource_list.
191 192 193 |
# File 'sig/types.rbs', line 191 def resource_list @resource_list end |