Class: Aws::Types::CreateUserHierarchyGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1875
1876
1877
# File 'sig/types.rbs', line 1875

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1873
1874
1875
# File 'sig/types.rbs', line 1873

def name
  @name
end

#parent_group_id::String

Returns the value of attribute parent_group_id.

Returns:

  • (::String)


1874
1875
1876
# File 'sig/types.rbs', line 1874

def parent_group_id
  @parent_group_id
end

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

Returns the value of attribute tags.

Returns:

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


1876
1877
1878
# File 'sig/types.rbs', line 1876

def tags
  @tags
end