Class: Aws::ResilienceHub::Types::GroupingAppComponent

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

Overview

Creates a new recommended Application Component (AppComponent).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_component_idString

Indicates the identifier of an AppComponent.

Returns:

  • (String)


3230
3231
3232
3233
3234
3235
3236
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3230

class GroupingAppComponent < Struct.new(
  :app_component_id,
  :app_component_name,
  :app_component_type)
  SENSITIVE = []
  include Aws::Structure
end

#app_component_nameString

Indicates the name of an AppComponent.

Returns:

  • (String)


3230
3231
3232
3233
3234
3235
3236
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3230

class GroupingAppComponent < Struct.new(
  :app_component_id,
  :app_component_name,
  :app_component_type)
  SENSITIVE = []
  include Aws::Structure
end

#app_component_typeString

Indicates the type of an AppComponent.

Returns:

  • (String)


3230
3231
3232
3233
3234
3235
3236
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3230

class GroupingAppComponent < Struct.new(
  :app_component_id,
  :app_component_name,
  :app_component_type)
  SENSITIVE = []
  include Aws::Structure
end