Class: Aws::Types::GetAttributeGroupResponse

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)


223
224
225
# File 'sig/types.rbs', line 223

def arn
  @arn
end

#attributes ⇒ ::String

Returns the value of attribute attributes.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def attributes
  @attributes
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def created_by
  @created_by
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


227
228
229
# File 'sig/types.rbs', line 227

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def id
  @id
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


228
229
230
# File 'sig/types.rbs', line 228

def last_update_time
  @last_update_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


229
230
231
# File 'sig/types.rbs', line 229

def tags
  @tags
end