Class: Aws::Types::CreateResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def description
  @description
end

#hidden_from_global_address_listBoolean

Returns the value of attribute hidden_from_global_address_list.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def hidden_from_global_address_list
  @hidden_from_global_address_list
end

#name::String

Returns the value of attribute name.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def name
  @name
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def organization_id
  @organization_id
end

#type"ROOM", "EQUIPMENT"

Returns the value of attribute type.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def type
  @type
end