Class: Aws::OpenSearchService::Types::PutDefaultApplicationSettingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::PutDefaultApplicationSettingRequest
- 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.
-
#set_as_default ⇒ Boolean
Set to true to set the specified ARN as the default application.
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.
6624 6625 6626 6627 6628 6629 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6624 class PutDefaultApplicationSettingRequest < Struct.new( :application_arn, :set_as_default) SENSITIVE = [] include Aws::Structure end |
#set_as_default ⇒ Boolean
Set to true to set the specified ARN as the default application. Set to false to clear the default application.
6624 6625 6626 6627 6628 6629 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6624 class PutDefaultApplicationSettingRequest < Struct.new( :application_arn, :set_as_default) SENSITIVE = [] include Aws::Structure end |