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)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def arn
  @arn
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def create_date
  @create_date
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def group_name
  @group_name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def path
  @path
end