Class: Aws::Types::Group

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


6523
6524
6525
# File 'sig/types.rbs', line 6523

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6525
6526
6527
# File 'sig/types.rbs', line 6525

def description
  @description
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


6524
6525
6526
# File 'sig/types.rbs', line 6524

def group_name
  @group_name
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


6526
6527
6528
# File 'sig/types.rbs', line 6526

def principal_id
  @principal_id
end