Class: Aws::Types::GroupNameAndArn

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_arn::String

Returns the value of attribute group_arn.

Returns:

  • (::String)


2602
2603
2604
# File 'sig/types.rbs', line 2602

def group_arn
  @group_arn
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def group_name
  @group_name
end