Class: Aws::Types::CreateGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def display_name
  @display_name
end

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def identity_store_id
  @identity_store_id
end