Class: Aws::Types::Group

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


274
275
276
# File 'sig/types.rbs', line 274

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def created_by
  @created_by
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def display_name
  @display_name
end

#external_ids ⇒ ::Array[Types::ExternalId]

Returns the value of attribute external_ids.

Returns:



272
273
274
# File 'sig/types.rbs', line 272

def external_ids
  @external_ids
end

#group_id ⇒ ::String

Returns the value of attribute group_id.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def group_id
  @group_id
end

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def identity_store_id
  @identity_store_id
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


275
276
277
# File 'sig/types.rbs', line 275

def updated_at
  @updated_at
end

#updated_by ⇒ ::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def updated_by
  @updated_by
end