Class: Aws::Types::DescribeResourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeResourceResponse
- 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.
-
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
-
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
-
#type ⇒ "ROOM", "EQUIPMENT"
Returns the value of attribute type.
Instance Attribute Details
#booking_options ⇒ Types::BookingOptions
Returns the value of attribute booking_options.
507 508 509 |
# File 'sig/types.rbs', line 507 def end |
#description ⇒ ::String
Returns the value of attribute description.
511 512 513 |
# File 'sig/types.rbs', line 511 def description @description end |
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
510 511 512 |
# File 'sig/types.rbs', line 510 def disabled_date @disabled_date end |
#email ⇒ ::String
Returns the value of attribute email.
504 505 506 |
# File 'sig/types.rbs', line 504 def email @email end |
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
509 510 511 |
# File 'sig/types.rbs', line 509 def enabled_date @enabled_date end |
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
512 513 514 |
# File 'sig/types.rbs', line 512 def hidden_from_global_address_list @hidden_from_global_address_list end |
#name ⇒ ::String
Returns the value of attribute name.
505 506 507 |
# File 'sig/types.rbs', line 505 def name @name end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
503 504 505 |
# File 'sig/types.rbs', line 503 def resource_id @resource_id end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
508 509 510 |
# File 'sig/types.rbs', line 508 def state @state end |
#type ⇒ "ROOM", "EQUIPMENT"
Returns the value of attribute type.
506 507 508 |
# File 'sig/types.rbs', line 506 def type @type end |