Class: Aws::OpenSearchService::Types::PutDefaultApplicationSettingResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) of the domain. See [Identifiers for IAM Entities ][1] in *Using Amazon Web Services Identity and Access Management* for more information.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/index.html

Returns:

  • (String)


6643
6644
6645
6646
6647
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6643

class PutDefaultApplicationSettingResponse < Struct.new(
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end