Class: Aws::DSQL::Types::GetClusterPolicyOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The resource-based policy document attached to the cluster, returned as a JSON string.

Returns:

  • (String)


383
384
385
386
387
388
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 383

class GetClusterPolicyOutput < Struct.new(
  :policy,
  :policy_version)
  SENSITIVE = []
  include Aws::Structure
end

#policy_versionString

The version of the policy document. This version number is incremented each time the policy is updated.

Returns:

  • (String)


383
384
385
386
387
388
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 383

class GetClusterPolicyOutput < Struct.new(
  :policy,
  :policy_version)
  SENSITIVE = []
  include Aws::Structure
end