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)


6789
6790
6791
# File 'sig/types.rbs', line 6789

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6791
6792
6793
# File 'sig/types.rbs', line 6791

def description
  @description
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


6790
6791
6792
# File 'sig/types.rbs', line 6790

def group_name
  @group_name
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


6792
6793
6794
# File 'sig/types.rbs', line 6792

def principal_id
  @principal_id
end