Class: Aws::Types::UpdateAttributeGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_group ⇒ ::String

Returns the value of attribute attribute_group.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def attribute_group
  @attribute_group
end

#attributes ⇒ ::String

Returns the value of attribute attributes.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def attributes
  @attributes
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def name
  @name
end