Module: Aws::WorkMail::Client::_DescribeResourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeResourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #booking_options ⇒ Types::BookingOptions
- #description ⇒ ::String
- #disabled_date ⇒ ::Time
- #email ⇒ ::String
- #enabled_date ⇒ ::Time
- #hidden_from_global_address_list ⇒ Boolean
- #name ⇒ ::String
- #resource_id ⇒ ::String
- #state ⇒ "ENABLED", ...
- #type ⇒ "ROOM", "EQUIPMENT"
Instance Method Details
#booking_options ⇒ Types::BookingOptions
568 |
# File 'sig/client.rbs', line 568
def booking_options: () -> Types::BookingOptions
|
#description ⇒ ::String
572 |
# File 'sig/client.rbs', line 572
def description: () -> ::String
|
#disabled_date ⇒ ::Time
571 |
# File 'sig/client.rbs', line 571
def disabled_date: () -> ::Time
|
#email ⇒ ::String
565 |
# File 'sig/client.rbs', line 565
def email: () -> ::String
|
#enabled_date ⇒ ::Time
570 |
# File 'sig/client.rbs', line 570
def enabled_date: () -> ::Time
|
#hidden_from_global_address_list ⇒ Boolean
573 |
# File 'sig/client.rbs', line 573
def hidden_from_global_address_list: () -> bool
|
#name ⇒ ::String
566 |
# File 'sig/client.rbs', line 566
def name: () -> ::String
|
#resource_id ⇒ ::String
564 |
# File 'sig/client.rbs', line 564
def resource_id: () -> ::String
|
#state ⇒ "ENABLED", ...
569 |
# File 'sig/client.rbs', line 569
def state: () -> ("ENABLED" | "DISABLED" | "DELETED")
|
#type ⇒ "ROOM", "EQUIPMENT"
567 |
# File 'sig/client.rbs', line 567
def type: () -> ("ROOM" | "EQUIPMENT")
|