Class: Aws::SMS::Types::UpdateAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::UpdateAppResponse
- Defined in:
- gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_summary ⇒ Types::AppSummary
A summary description of the application.
-
#server_groups ⇒ Array<Types::ServerGroup>
The updated server groups in the application.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the application.
Instance Attribute Details
#app_summary ⇒ Types::AppSummary
A summary description of the application.
2877 2878 2879 2880 2881 2882 2883 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2877 class UpdateAppResponse < Struct.new( :app_summary, :server_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#server_groups ⇒ Array<Types::ServerGroup>
The updated server groups in the application.
2877 2878 2879 2880 2881 2882 2883 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2877 class UpdateAppResponse < Struct.new( :app_summary, :server_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the application.
2877 2878 2879 2880 2881 2882 2883 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2877 class UpdateAppResponse < Struct.new( :app_summary, :server_groups, :tags) SENSITIVE = [] include Aws::Structure end |