Class: Aws::Types::PolicyDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_attribute_descriptions::Array[Types::PolicyAttributeDescription]

Returns the value of attribute policy_attribute_descriptions.

Returns:



453
454
455
# File 'sig/types.rbs', line 453

def policy_attribute_descriptions
  @policy_attribute_descriptions
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def policy_name
  @policy_name
end

#policy_type_name::String

Returns the value of attribute policy_type_name.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def policy_type_name
  @policy_type_name
end