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)


2460
2461
2462
# File 'sig/types.rbs', line 2460

def 
  @aws_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2459
2460
2461
# File 'sig/types.rbs', line 2459

def description
  @description
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


2458
2459
2460
# File 'sig/types.rbs', line 2458

def group_name
  @group_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2461
2462
2463
# File 'sig/types.rbs', line 2461

def namespace
  @namespace
end