Class: Aws::ResilienceHub::Types::GroupingAppComponent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::GroupingAppComponent
- 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
-
#app_component_id ⇒ String
Indicates the identifier of an AppComponent.
-
#app_component_name ⇒ String
Indicates the name of an AppComponent.
-
#app_component_type ⇒ String
Indicates the type of an AppComponent.
Instance Attribute Details
#app_component_id ⇒ String
Indicates the identifier of an AppComponent.
3088 3089 3090 3091 3092 3093 3094 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3088 class GroupingAppComponent < Struct.new( :app_component_id, :app_component_name, :app_component_type) SENSITIVE = [] include Aws::Structure end |
#app_component_name ⇒ String
Indicates the name of an AppComponent.
3088 3089 3090 3091 3092 3093 3094 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3088 class GroupingAppComponent < Struct.new( :app_component_id, :app_component_name, :app_component_type) SENSITIVE = [] include Aws::Structure end |
#app_component_type ⇒ String
Indicates the type of an AppComponent.
3088 3089 3090 3091 3092 3093 3094 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3088 class GroupingAppComponent < Struct.new( :app_component_id, :app_component_name, :app_component_type) SENSITIVE = [] include Aws::Structure end |