Class: Aws::OpenSearchServerless::Types::DeleteSecurityConfigRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier to ensure idempotency of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


998
999
1000
1001
1002
1003
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 998

class DeleteSecurityConfigRequest < Struct.new(
  :client_token,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The security configuration identifier. For SAML the ID will be ‘saml/<accountId>/<idpProviderName>`. For example, `saml/123456789123/OKTADev`.

Returns:

  • (String)


998
999
1000
1001
1002
1003
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 998

class DeleteSecurityConfigRequest < Struct.new(
  :client_token,
  :id)
  SENSITIVE = []
  include Aws::Structure
end