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)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def arn
  @arn
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def create_date
  @create_date
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def group_name
  @group_name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def path
  @path
end