Class: Aws::OpenSearchServerless::Types::GetSecurityPolicyRequest

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

#nameString

The name of the security policy.

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1325

class GetSecurityPolicyRequest < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of security policy.

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1325

class GetSecurityPolicyRequest < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end