Module: Aws::ConnectCases::Client::_GetLayoutResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLayoutResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #content ⇒ Types::LayoutContent
- #created_time ⇒ ::Time
- #deleted ⇒ Boolean
- #last_modified_time ⇒ ::Time
- #layout_arn ⇒ ::String
- #layout_id ⇒ ::String
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#content ⇒ Types::LayoutContent
427 |
# File 'sig/client.rbs', line 427
def content: () -> Types::LayoutContent
|
#created_time ⇒ ::Time
430 |
# File 'sig/client.rbs', line 430
def created_time: () -> ::Time
|
#deleted ⇒ Boolean
429 |
# File 'sig/client.rbs', line 429
def deleted: () -> bool
|
#last_modified_time ⇒ ::Time
431 |
# File 'sig/client.rbs', line 431
def last_modified_time: () -> ::Time
|
#layout_arn ⇒ ::String
425 |
# File 'sig/client.rbs', line 425
def layout_arn: () -> ::String
|
#layout_id ⇒ ::String
424 |
# File 'sig/client.rbs', line 424
def layout_id: () -> ::String
|
#name ⇒ ::String
426 |
# File 'sig/client.rbs', line 426
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
428 |
# File 'sig/client.rbs', line 428
def tags: () -> ::Hash[::String, ::String]
|