Class: Aws::Types::AttributeGroupSummary

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)


94
95
96
# File 'sig/types.rbs', line 94

def arn
  @arn
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def created_by
  @created_by
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


97
98
99
# File 'sig/types.rbs', line 97

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def id
  @id
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


98
99
100
# File 'sig/types.rbs', line 98

def last_update_time
  @last_update_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def name
  @name
end