Class: Aws::Types::PolicyVersionIdentifier

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)


4099
4100
4101
# File 'sig/types.rbs', line 4099

def policy_name
  @policy_name
end

#policy_version_id::String

Returns the value of attribute policy_version_id.

Returns:

  • (::String)


4100
4101
4102
# File 'sig/types.rbs', line 4100

def policy_version_id
  @policy_version_id
end