Module: Aws::CustomerProfiles::Client::_GetDomainLayoutResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDomainLayoutResponse]
- 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
775 |
# File 'sig/client.rbs', line 775
def created_at: () -> ::Time
|
#description ⇒ ::String
769 |
# File 'sig/client.rbs', line 769
def description: () -> ::String
|
#display_name ⇒ ::String
770 |
# File 'sig/client.rbs', line 770
def display_name: () -> ::String
|
#is_default ⇒ Boolean
771 |
# File 'sig/client.rbs', line 771
def is_default: () -> bool
|
#last_updated_at ⇒ ::Time
776 |
# File 'sig/client.rbs', line 776
def last_updated_at: () -> ::Time
|
#layout ⇒ ::String
773 |
# File 'sig/client.rbs', line 773
def layout: () -> ::String
|
#layout_definition_name ⇒ ::String
768 |
# File 'sig/client.rbs', line 768
def layout_definition_name: () -> ::String
|
#layout_type ⇒ "PROFILE_EXPLORER"
772 |
# File 'sig/client.rbs', line 772
def layout_type: () -> ("PROFILE_EXPLORER")
|
#tags ⇒ ::Hash[::String, ::String]
777 |
# File 'sig/client.rbs', line 777
def tags: () -> ::Hash[::String, ::String]
|
#version ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def version: () -> ::String
|