Class: Aws::Types::GetClusterPolicyResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


926
927
928
# File 'sig/types.rbs', line 926

def current_version
  @current_version
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


927
928
929
# File 'sig/types.rbs', line 927

def policy
  @policy
end