Class: Aws::SMS::Types::UpdateAppResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_summaryTypes::AppSummary

A summary description of the application.

Returns:



2054
2055
2056
2057
2058
2059
2060
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2054

class UpdateAppResponse < Struct.new(
  :app_summary,
  :server_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#server_groupsArray<Types::ServerGroup>

The updated server groups in the application.

Returns:



2054
2055
2056
2057
2058
2059
2060
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2054

class UpdateAppResponse < Struct.new(
  :app_summary,
  :server_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with the application.

Returns:



2054
2055
2056
2057
2058
2059
2060
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2054

class UpdateAppResponse < Struct.new(
  :app_summary,
  :server_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end