Module: Aws::CustomerProfiles::Client::_UpdateDomainLayoutResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDomainLayoutResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #display_name ⇒ ::String
- #is_default ⇒ Boolean
- #last_updated_at ⇒ ::Time
- #layout ⇒ ::String
- #layout_definition_name ⇒ ::String
- #layout_type ⇒ "PROFILE_EXPLORER"
- #tags ⇒ ::Hash[::String, ::String]
- #version ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
1864 |
# File 'sig/client.rbs', line 1864
def created_at: () -> ::Time
|
#description ⇒ ::String
1858 |
# File 'sig/client.rbs', line 1858
def description: () -> ::String
|
#display_name ⇒ ::String
1859 |
# File 'sig/client.rbs', line 1859
def display_name: () -> ::String
|
#is_default ⇒ Boolean
1860 |
# File 'sig/client.rbs', line 1860
def is_default: () -> bool
|
#last_updated_at ⇒ ::Time
1865 |
# File 'sig/client.rbs', line 1865
def last_updated_at: () -> ::Time
|
#layout ⇒ ::String
1862 |
# File 'sig/client.rbs', line 1862
def layout: () -> ::String
|
#layout_definition_name ⇒ ::String
1857 |
# File 'sig/client.rbs', line 1857
def layout_definition_name: () -> ::String
|
#layout_type ⇒ "PROFILE_EXPLORER"
1861 |
# File 'sig/client.rbs', line 1861
def layout_type: () -> ("PROFILE_EXPLORER")
|
#tags ⇒ ::Hash[::String, ::String]
1866 |
# File 'sig/client.rbs', line 1866
def tags: () -> ::Hash[::String, ::String]
|
#version ⇒ ::String
1863 |
# File 'sig/client.rbs', line 1863
def version: () -> ::String
|