Class: Aws::OpenSearchService::Types::GetDefaultApplicationSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetDefaultApplicationSettingResponse
- Includes:
- Structure
- Defined in:
- 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 ][1] in *Using Amazon Web Services Identity and Access Management* for more information.
4349 4350 4351 4352 4353 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4349 class GetDefaultApplicationSettingResponse < Struct.new( :application_arn) SENSITIVE = [] include Aws::Structure end |