Class: Aws::Types::CreateGroupRequest

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)


2344
2345
2346
# File 'sig/types.rbs', line 2344

def 
  @aws_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2343
2344
2345
# File 'sig/types.rbs', line 2343

def description
  @description
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


2342
2343
2344
# File 'sig/types.rbs', line 2342

def group_name
  @group_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2345
2346
2347
# File 'sig/types.rbs', line 2345

def namespace
  @namespace
end