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)


237
238
239
# File 'sig/types.rbs', line 237

def policy_arn
  @policy_arn
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def policy_document
  @policy_document
end

#set_as_defaultBoolean

Returns the value of attribute set_as_default.

Returns:

  • (Boolean)


239
240
241
# File 'sig/types.rbs', line 239

def set_as_default
  @set_as_default
end