Class: Aws::Types::DetachRolePolicyRequest

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)


509
510
511
# File 'sig/types.rbs', line 509

def policy_arn
  @policy_arn
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def role_name
  @role_name
end