Class: Aws::OpenSearchService::Types::PutDefaultApplicationSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::PutDefaultApplicationSettingResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
Instance Attribute Details
#application_arn ⇒ String
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.
7199 7200 7201 7202 7203 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7199 class PutDefaultApplicationSettingResponse < Struct.new( :application_arn) SENSITIVE = [] include Aws::Structure end |