Class: Aws::Types::CreatePolicyVersionRequest

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)


225
226
227
# File 'sig/types.rbs', line 225

def policy_arn
  @policy_arn
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def policy_document
  @policy_document
end

#set_as_defaultBoolean

Returns the value of attribute set_as_default.

Returns:

  • (Boolean)


227
228
229
# File 'sig/types.rbs', line 227

def set_as_default
  @set_as_default
end