Class: Aws::Types::CreateDomainLayoutResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.



357
358
359
# File 'sig/types.rbs', line 357

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.



350
351
352
# File 'sig/types.rbs', line 350

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.



351
352
353
# File 'sig/types.rbs', line 351

def display_name
  @display_name
end

#is_default ⇒ Boolean

Returns the value of attribute is_default.



352
353
354
# File 'sig/types.rbs', line 352

def is_default
  @is_default
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.



358
359
360
# File 'sig/types.rbs', line 358

def last_updated_at
  @last_updated_at
end

#layout ⇒ ::String

Returns the value of attribute layout.



354
355
356
# File 'sig/types.rbs', line 354

def layout
  @layout
end

#layout_definition_name ⇒ ::String

Returns the value of attribute layout_definition_name.



349
350
351
# File 'sig/types.rbs', line 349

def layout_definition_name
  @layout_definition_name
end

#layout_type ⇒ "PROFILE_EXPLORER"

Returns the value of attribute layout_type.



353
354
355
# File 'sig/types.rbs', line 353

def layout_type
  @layout_type
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.



356
357
358
# File 'sig/types.rbs', line 356

def tags
  @tags
end

#version ⇒ ::String

Returns the value of attribute version.



355
356
357
# File 'sig/types.rbs', line 355

def version
  @version
end