Class: Aws::Types::CreateResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#type ⇒ "ROOM", "EQUIPMENT"
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
189 190 191 |
# File 'sig/types.rbs', line 189 def description @description end |
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
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.
187 188 189 |
# File 'sig/types.rbs', line 187 def name @name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
186 187 188 |
# File 'sig/types.rbs', line 186 def organization_id @organization_id end |
#type ⇒ "ROOM", "EQUIPMENT"
Returns the value of attribute type.
188 189 190 |
# File 'sig/types.rbs', line 188 def type @type end |