Class: Aws::Types::DashboardVersion
- Inherits:
-
Object
- Object
- Aws::Types::DashboardVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#data_set_arns ⇒ ::Array[::String]
Returns the value of attribute data_set_arns.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#errors ⇒ ::Array[Types::DashboardError]
Returns the value of attribute errors.
-
#sheets ⇒ ::Array[Types::Sheet]
Returns the value of attribute sheets.
-
#source_entity_arn ⇒ ::String
Returns the value of attribute source_entity_arn.
-
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
-
#topic_arns ⇒ ::Array[::String]
Returns the value of attribute topic_arns.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3062 3063 3064 |
# File 'sig/types.rbs', line 3062 def created_time @created_time end |
#data_set_arns ⇒ ::Array[::String]
Returns the value of attribute data_set_arns.
3068 3069 3070 |
# File 'sig/types.rbs', line 3068 def data_set_arns @data_set_arns end |
#description ⇒ ::String
Returns the value of attribute description.
3070 3071 3072 |
# File 'sig/types.rbs', line 3070 def description @description end |
#errors ⇒ ::Array[Types::DashboardError]
Returns the value of attribute errors.
3063 3064 3065 |
# File 'sig/types.rbs', line 3063 def errors @errors end |
#sheets ⇒ ::Array[Types::Sheet]
Returns the value of attribute sheets.
3072 3073 3074 |
# File 'sig/types.rbs', line 3072 def sheets @sheets end |
#source_entity_arn ⇒ ::String
Returns the value of attribute source_entity_arn.
3067 3068 3069 |
# File 'sig/types.rbs', line 3067 def source_entity_arn @source_entity_arn end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
3065 3066 3067 |
# File 'sig/types.rbs', line 3065 def status @status end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def theme_arn @theme_arn end |
#topic_arns ⇒ ::Array[::String]
Returns the value of attribute topic_arns.
3069 3070 3071 |
# File 'sig/types.rbs', line 3069 def topic_arns @topic_arns end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
3064 3065 3066 |
# File 'sig/types.rbs', line 3064 def version_number @version_number end |