Class: Aws::Types::DescribeAccountPoliciesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_identifiers::Array[::String]

Returns the value of attribute account_identifiers.

Returns:

  • (::Array[::String])


495
496
497
# File 'sig/types.rbs', line 495

def 
  @account_identifiers
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def next_token
  @next_token
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

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


493
494
495
# File 'sig/types.rbs', line 493

def policy_type
  @policy_type
end