Class: Aws::Types::UpdateUserHierarchyGroupNameRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hierarchy_group_id::String

Returns the value of attribute hierarchy_group_id.

Returns:

  • (::String)


9184
9185
9186
# File 'sig/types.rbs', line 9184

def hierarchy_group_id
  @hierarchy_group_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9185
9186
9187
# File 'sig/types.rbs', line 9185

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9183
9184
9185
# File 'sig/types.rbs', line 9183

def name
  @name
end