Class: Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentDetailsResponse
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_component_detail ⇒ Types::ApplicationComponentDetail
Detailed information about an application component.
-
#associated_applications ⇒ Array<Types::AssociatedApplication>
The associated application group as defined in AWS Application Discovery Service.
-
#associated_server_ids ⇒ Array<String>
A list of the IDs of the servers on which the application component is running.
-
#more_application_resource ⇒ Boolean
Set to true if the application component belongs to more than one application group.
Instance Attribute Details
#application_component_detail ⇒ Types::ApplicationComponentDetail
Detailed information about an application component.
811 812 813 814 815 816 817 818 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 811 class GetApplicationComponentDetailsResponse < Struct.new( :application_component_detail, :associated_applications, :associated_server_ids, :more_application_resource) SENSITIVE = [] include Aws::Structure end |
#associated_applications ⇒ Array<Types::AssociatedApplication>
The associated application group as defined in AWS Application Discovery Service.
811 812 813 814 815 816 817 818 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 811 class GetApplicationComponentDetailsResponse < Struct.new( :application_component_detail, :associated_applications, :associated_server_ids, :more_application_resource) SENSITIVE = [] include Aws::Structure end |
#associated_server_ids ⇒ Array<String>
A list of the IDs of the servers on which the application component is running.
811 812 813 814 815 816 817 818 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 811 class GetApplicationComponentDetailsResponse < Struct.new( :application_component_detail, :associated_applications, :associated_server_ids, :more_application_resource) SENSITIVE = [] include Aws::Structure end |
#more_application_resource ⇒ Boolean
Set to true if the application component belongs to more than one application group.
811 812 813 814 815 816 817 818 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 811 class GetApplicationComponentDetailsResponse < Struct.new( :application_component_detail, :associated_applications, :associated_server_ids, :more_application_resource) SENSITIVE = [] include Aws::Structure end |