Class: Aws::Types::UpdateGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def group_name
  @group_name
end

#new_group_name::String

Returns the value of attribute new_group_name.

Returns:

  • (::String)


2351
2352
2353
# File 'sig/types.rbs', line 2351

def new_group_name
  @new_group_name
end

#new_path::String

Returns the value of attribute new_path.

Returns:

  • (::String)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def new_path
  @new_path
end