Class: Aws::Types::DeleteGroupRequest

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)


4107
4108
4109
# File 'sig/types.rbs', line 4107

def 
  @aws_account_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


4106
4107
4108
# File 'sig/types.rbs', line 4106

def group_name
  @group_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


4108
4109
4110
# File 'sig/types.rbs', line 4108

def namespace
  @namespace
end