Class: Aws::Types::DeleteAccountPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

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")


311
312
313
# File 'sig/types.rbs', line 311

def policy_type
  @policy_type
end