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
1960 |
# File 'sig/client.rbs', line 1960
def created_at: () -> ::Time
|
#description ⇒ ::String
1954 |
# File 'sig/client.rbs', line 1954
def description: () -> ::String
|
#display_name ⇒ ::String
1955 |
# File 'sig/client.rbs', line 1955
def display_name: () -> ::String
|
#is_default ⇒ Boolean
1956 |
# File 'sig/client.rbs', line 1956
def is_default: () -> bool
|
#last_updated_at ⇒ ::Time
1961 |
# File 'sig/client.rbs', line 1961
def last_updated_at: () -> ::Time
|
#layout ⇒ ::String
1958 |
# File 'sig/client.rbs', line 1958
def layout: () -> ::String
|
#layout_definition_name ⇒ ::String
1953 |
# File 'sig/client.rbs', line 1953
def layout_definition_name: () -> ::String
|
#layout_type ⇒ "PROFILE_EXPLORER"
1957 |
# File 'sig/client.rbs', line 1957
def layout_type: () -> ("PROFILE_EXPLORER")
|
#tags ⇒ ::Hash[::String, ::String]
1962 |
# File 'sig/client.rbs', line 1962
def tags: () -> ::Hash[::String, ::String]
|
#version ⇒ ::String
1959 |
# File 'sig/client.rbs', line 1959
def version: () -> ::String
|