Class: Aws::Types::PolicyTypeDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def description
  @description
end

#policy_attribute_type_descriptions::Array[Types::PolicyAttributeTypeDescription]

Returns the value of attribute policy_attribute_type_descriptions.



463
464
465
# File 'sig/types.rbs', line 463

def policy_attribute_type_descriptions
  @policy_attribute_type_descriptions
end

#policy_type_name::String

Returns the value of attribute policy_type_name.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def policy_type_name
  @policy_type_name
end