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)


2233
2234
2235
# File 'sig/types.rbs', line 2233

def group_name
  @group_name
end

#new_group_name::String

Returns the value of attribute new_group_name.

Returns:

  • (::String)


2235
2236
2237
# File 'sig/types.rbs', line 2235

def new_group_name
  @new_group_name
end

#new_path::String

Returns the value of attribute new_path.

Returns:

  • (::String)


2234
2235
2236
# File 'sig/types.rbs', line 2234

def new_path
  @new_path
end