Class: Aws::Types::SetDefaultPolicyVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def policy_arn
  @policy_arn
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def version_id
  @version_id
end