Class: Aws::Types::PutClusterPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def cluster_arn
  @cluster_arn
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def current_version
  @current_version
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def policy
  @policy
end