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
807 |
# File 'sig/client.rbs', line 807
def created_at: () -> ::Time
|
#description ⇒ ::String
801 |
# File 'sig/client.rbs', line 801
def description: () -> ::String
|
#display_name ⇒ ::String
802 |
# File 'sig/client.rbs', line 802
def display_name: () -> ::String
|
#is_default ⇒ Boolean
803 |
# File 'sig/client.rbs', line 803
def is_default: () -> bool
|
#last_updated_at ⇒ ::Time
808 |
# File 'sig/client.rbs', line 808
def last_updated_at: () -> ::Time
|
#layout ⇒ ::String
805 |
# File 'sig/client.rbs', line 805
def layout: () -> ::String
|
#layout_definition_name ⇒ ::String
800 |
# File 'sig/client.rbs', line 800
def layout_definition_name: () -> ::String
|
#layout_type ⇒ "PROFILE_EXPLORER"
804 |
# File 'sig/client.rbs', line 804
def layout_type: () -> ("PROFILE_EXPLORER")
|
#tags ⇒ ::Hash[::String, ::String]
809 |
# File 'sig/client.rbs', line 809
def tags: () -> ::Hash[::String, ::String]
|
#version ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def version: () -> ::String
|