Class: Aws::ResilienceHub::Types::GroupingResource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Indicates the resource that will be grouped in the recommended Application Component (AppComponent).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_idTypes::LogicalResourceId

Indicates the logical identifier of the resource.



3324
3325
3326
3327
3328
3329
3330
3331
3332
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3324

class GroupingResource < Struct.new(
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type,
  :source_app_component_ids)
  SENSITIVE = []
  include Aws::Structure
end

#physical_resource_idTypes::PhysicalResourceId

Indicates the physical identifier of the resource.



3324
3325
3326
3327
3328
3329
3330
3331
3332
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3324

class GroupingResource < Struct.new(
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type,
  :source_app_component_ids)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

Indicates the resource name.

Returns:

  • (String)


3324
3325
3326
3327
3328
3329
3330
3331
3332
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3324

class GroupingResource < Struct.new(
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type,
  :source_app_component_ids)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Indicates the resource type.

Returns:

  • (String)


3324
3325
3326
3327
3328
3329
3330
3331
3332
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3324

class GroupingResource < Struct.new(
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type,
  :source_app_component_ids)
  SENSITIVE = []
  include Aws::Structure
end

#source_app_component_idsArray<String>

Indicates the identifier of the source AppComponents in which the resources were previously grouped into.

Returns:

  • (Array<String>)


3324
3325
3326
3327
3328
3329
3330
3331
3332
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3324

class GroupingResource < Struct.new(
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type,
  :source_app_component_ids)
  SENSITIVE = []
  include Aws::Structure
end