Class: Aws::Types::UpdateGroupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#criticality::Integer

Returns the value of attribute criticality.

Returns:



458
459
460
# File 'sig/types.rbs', line 458

def criticality
  @criticality
end

#description::String

Returns the value of attribute description.

Returns:



457
458
459
# File 'sig/types.rbs', line 457

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:



460
461
462
# File 'sig/types.rbs', line 460

def display_name
  @display_name
end

#group::String

Returns the value of attribute group.

Returns:



456
457
458
# File 'sig/types.rbs', line 456

def group
  @group
end

#group_name::String

Returns the value of attribute group_name.

Returns:



455
456
457
# File 'sig/types.rbs', line 455

def group_name
  @group_name
end

#owner::String

Returns the value of attribute owner.

Returns:



459
460
461
# File 'sig/types.rbs', line 459

def owner
  @owner
end