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

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12744
12745
12746
# File 'sig/types.rbs', line 12744

def 
  @aws_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12743
12744
12745
# File 'sig/types.rbs', line 12743

def description
  @description
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


12742
12743
12744
# File 'sig/types.rbs', line 12742

def group_name
  @group_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


12745
12746
12747
# File 'sig/types.rbs', line 12745

def namespace
  @namespace
end