Class: Aws::Types::GroupingResource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


696
697
698
# File 'sig/types.rbs', line 696

def source_app_component_ids
  @source_app_component_ids
end