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 in Using Amazon Web Services Identity and Access Management for more information.
8009 8010 8011 8012 8013 8014 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8009 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.
8009 8010 8011 8012 8013 8014 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8009 class PutDefaultApplicationSettingRequest < Struct.new( :application_arn, :set_as_default) SENSITIVE = [] include Aws::Structure end |