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)


355
356
357
# File 'sig/types.rbs', line 355

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


357
358
359
# File 'sig/types.rbs', line 357

def created_time
  @created_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


358
359
360
# File 'sig/types.rbs', line 358

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


356
357
358
# File 'sig/types.rbs', line 356

def tags
  @tags
end