Class: Aws::SMS::Types::GetAppResponse

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

Information about the application.

Returns:



649
650
651
652
653
654
655
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 649

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

#server_groupsArray<Types::ServerGroup>

The server groups that belong to the application.

Returns:



649
650
651
652
653
654
655
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 649

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

#tagsArray<Types::Tag>

The tags associated with the application.

Returns:



649
650
651
652
653
654
655
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 649

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