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.



3242
3243
3244
3245
3246
3247
3248
3249
3250
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3242

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.



3242
3243
3244
3245
3246
3247
3248
3249
3250
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3242

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)


3242
3243
3244
3245
3246
3247
3248
3249
3250
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3242

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)


3242
3243
3244
3245
3246
3247
3248
3249
3250
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3242

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>)


3242
3243
3244
3245
3246
3247
3248
3249
3250
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3242

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