Class: Aws::Types::Role

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def role_arn
  @role_arn
end

#role_type ⇒ "PROCESS_OWNER", "RESOURCE_OWNER"

Returns the value of attribute role_type.

Returns:

  • ("PROCESS_OWNER", "RESOURCE_OWNER")


1063
1064
1065
# File 'sig/types.rbs', line 1063

def role_type
  @role_type
end