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)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def name
  @name
end

#parent_group_id::String

Returns the value of attribute parent_group_id.

Returns:

  • (::String)


1869
1870
1871
# File 'sig/types.rbs', line 1869

def parent_group_id
  @parent_group_id
end

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

Returns the value of attribute tags.

Returns:

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


1871
1872
1873
# File 'sig/types.rbs', line 1871

def tags
  @tags
end