Class: Aws::OpenSearchService::Types::IAMFederationOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::IAMFederationOptionsOutput
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Describes the IAM federation options configured for the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
True if IAM federation is enabled.
-
#roles_key ⇒ String
The key used for matching the IAM federation roles attribute.
-
#subject_key ⇒ String
The key used for matching the IAM federation subject attribute.
Instance Attribute Details
#enabled ⇒ Boolean
True if IAM federation is enabled.
4527 4528 4529 4530 4531 4532 4533 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4527 class IAMFederationOptionsOutput < Struct.new( :enabled, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |
#roles_key ⇒ String
The key used for matching the IAM federation roles attribute.
4527 4528 4529 4530 4531 4532 4533 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4527 class IAMFederationOptionsOutput < Struct.new( :enabled, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |
#subject_key ⇒ String
The key used for matching the IAM federation subject attribute.
4527 4528 4529 4530 4531 4532 4533 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4527 class IAMFederationOptionsOutput < Struct.new( :enabled, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |