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)


1033
1034
1035
1036
1037
1038
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1033

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)


1033
1034
1035
1036
1037
1038
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1033

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