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
248 |
# File 'sig/client.rbs', line 248
def created_at: () -> ::Time
|
#description ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def description: () -> ::String
|
#display_name ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def display_name: () -> ::String
|
#is_default ⇒ Boolean
243 |
# File 'sig/client.rbs', line 243
def is_default: () -> bool
|
#last_updated_at ⇒ ::Time
249 |
# File 'sig/client.rbs', line 249
def last_updated_at: () -> ::Time
|
#layout ⇒ ::String
245 |
# File 'sig/client.rbs', line 245
def layout: () -> ::String
|
#layout_definition_name ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def layout_definition_name: () -> ::String
|
#layout_type ⇒ "PROFILE_EXPLORER"
244 |
# File 'sig/client.rbs', line 244
def layout_type: () -> ("PROFILE_EXPLORER")
|
#tags ⇒ ::Hash[::String, ::String]
247 |
# File 'sig/client.rbs', line 247
def tags: () -> ::Hash[::String, ::String]
|
#version ⇒ ::String
246 |
# File 'sig/client.rbs', line 246
def version: () -> ::String
|