Module: Aws::CustomerProfiles::Client::_CreateDomainLayoutResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDomainLayoutResponse]
- 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
237 |
# File 'sig/client.rbs', line 237
def created_at: () -> ::Time
|
#description ⇒ ::String
230 |
# File 'sig/client.rbs', line 230
def description: () -> ::String
|
#display_name ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def display_name: () -> ::String
|
#is_default ⇒ Boolean
232 |
# File 'sig/client.rbs', line 232
def is_default: () -> bool
|
#last_updated_at ⇒ ::Time
238 |
# File 'sig/client.rbs', line 238
def last_updated_at: () -> ::Time
|
#layout ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def layout: () -> ::String
|
#layout_definition_name ⇒ ::String
229 |
# File 'sig/client.rbs', line 229
def layout_definition_name: () -> ::String
|
#layout_type ⇒ "PROFILE_EXPLORER"
233 |
# File 'sig/client.rbs', line 233
def layout_type: () -> ("PROFILE_EXPLORER")
|
#tags ⇒ ::Hash[::String, ::String]
236 |
# File 'sig/client.rbs', line 236
def tags: () -> ::Hash[::String, ::String]
|
#version ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def version: () -> ::String
|