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)


2222
2223
2224
# File 'sig/types.rbs', line 2222

def policy_document
  @policy_document
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


2221
2222
2223
# File 'sig/types.rbs', line 2221

def role_name
  @role_name
end