Class: Aws::Types::UpdateResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#booking_options ⇒ Types::BookingOptions
Returns the value of attribute booking_options.
-
#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.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#type ⇒ "ROOM", "EQUIPMENT"
Returns the value of attribute type.
Instance Attribute Details
#booking_options ⇒ Types::BookingOptions
Returns the value of attribute booking_options.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def end |
#description ⇒ ::String
Returns the value of attribute description.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def description @description end |
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def hidden_from_global_address_list @hidden_from_global_address_list end |
#name ⇒ ::String
Returns the value of attribute name.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def name @name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def organization_id @organization_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def resource_id @resource_id end |
#type ⇒ "ROOM", "EQUIPMENT"
Returns the value of attribute type.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def type @type end |