Class: Aws::SMS::Types::GetAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::GetAppResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_summary ⇒ Types::AppSummary
Information about the application.
-
#server_groups ⇒ Array<Types::ServerGroup>
The server groups that belong to the application.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the application.
Instance Attribute Details
#app_summary ⇒ Types::AppSummary
Information about the application.
649 650 651 652 653 654 655 |
# File 'lib/aws-sdk-sms/types.rb', line 649 class GetAppResponse < Struct.new( :app_summary, :server_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#server_groups ⇒ Array<Types::ServerGroup>
The server groups that belong to the application.
649 650 651 652 653 654 655 |
# File 'lib/aws-sdk-sms/types.rb', line 649 class GetAppResponse < Struct.new( :app_summary, :server_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the application.
649 650 651 652 653 654 655 |
# File 'lib/aws-sdk-sms/types.rb', line 649 class GetAppResponse < Struct.new( :app_summary, :server_groups, :tags) SENSITIVE = [] include Aws::Structure end |