Class: Aws::Types::PutAccountPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def policy_name
  @policy_name
end

#policy_type"DATA_PROTECTION_POLICY", ...

Returns the value of attribute policy_type.

Returns:

  • ("DATA_PROTECTION_POLICY", "SUBSCRIPTION_FILTER_POLICY", "FIELD_INDEX_POLICY", "TRANSFORMER_POLICY", "METRIC_EXTRACTION_POLICY")


1728
1729
1730
# File 'sig/types.rbs', line 1728

def policy_type
  @policy_type
end

#scope"ALL"

Returns the value of attribute scope.

Returns:

  • ("ALL")


1729
1730
1731
# File 'sig/types.rbs', line 1729

def scope
  @scope
end

#selection_criteria::String

Returns the value of attribute selection_criteria.

Returns:

  • (::String)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def selection_criteria
  @selection_criteria
end