Class: Aws::OpenSearchService::Types::CognitoOptionsStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

The status of the Cognito options for the specified domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::CognitoOptions

Cognito options for the specified domain.



1312
1313
1314
1315
1316
1317
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1312

class CognitoOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OptionStatus

The status of the Cognito options for the specified domain.

Returns:



1312
1313
1314
1315
1316
1317
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1312

class CognitoOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end