Class: Aws::Types::AssociateRoleToGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def group_id
  @group_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def role_arn
  @role_arn
end