Class: Aws::Types::PersistentAppUI

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#author_id::String

Returns the value of attribute author_id.

Returns:

  • (::String)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def author_id
  @author_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def last_modified_time
  @last_modified_time
end

#last_state_change_reason::String

Returns the value of attribute last_state_change_reason.

Returns:

  • (::String)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def last_state_change_reason
  @last_state_change_reason
end

#persistent_app_ui_id::String

Returns the value of attribute persistent_app_ui_id.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def persistent_app_ui_id
  @persistent_app_ui_id
end

#persistent_app_ui_status::String

Returns the value of attribute persistent_app_ui_status.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def persistent_app_ui_status
  @persistent_app_ui_status
end

#persistent_app_ui_type_list::Array[("SHS" | "TEZ" | "YTS")]

Returns the value of attribute persistent_app_ui_type_list.

Returns:

  • (::Array[("SHS" | "TEZ" | "YTS")])


1253
1254
1255
# File 'sig/types.rbs', line 1253

def persistent_app_ui_type_list
  @persistent_app_ui_type_list
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1259
1260
1261
# File 'sig/types.rbs', line 1259

def tags
  @tags
end