Class: Aws::Types::ResourceGroup

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)


648
649
650
# File 'sig/types.rbs', line 648

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


650
651
652
# File 'sig/types.rbs', line 650

def created_at
  @created_at
end

#tags::Array[Types::ResourceGroupTag]

Returns the value of attribute tags.

Returns:



649
650
651
# File 'sig/types.rbs', line 649

def tags
  @tags
end