Class: Aws::Types::UpdateAssumeRolePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def policy_document
  @policy_document
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def role_name
  @role_name
end