Class: Aws::Types::GroupingResource
- Inherits:
-
Object
- Object
- Aws::Types::GroupingResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_resource_id ⇒ Types::LogicalResourceId
Returns the value of attribute logical_resource_id.
-
#physical_resource_id ⇒ Types::PhysicalResourceId
Returns the value of attribute physical_resource_id.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#source_app_component_ids ⇒ ::Array[::String]
Returns the value of attribute source_app_component_ids.
Instance Attribute Details
#logical_resource_id ⇒ Types::LogicalResourceId
Returns the value of attribute logical_resource_id.
692 693 694 |
# File 'sig/types.rbs', line 692 def logical_resource_id @logical_resource_id end |
#physical_resource_id ⇒ Types::PhysicalResourceId
Returns the value of attribute physical_resource_id.
693 694 695 |
# File 'sig/types.rbs', line 693 def physical_resource_id @physical_resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
694 695 696 |
# File 'sig/types.rbs', line 694 def resource_name @resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
695 696 697 |
# File 'sig/types.rbs', line 695 def resource_type @resource_type end |
#source_app_component_ids ⇒ ::Array[::String]
Returns the value of attribute source_app_component_ids.
696 697 698 |
# File 'sig/types.rbs', line 696 def source_app_component_ids @source_app_component_ids end |