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 in Using Amazon Web Services Identity and Access Management for more information.

Returns:

  • (String)


8028
8029
8030
8031
8032
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8028

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