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.
2935 2936 2937 |
# File 'sig/types.rbs', line 2935 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
2931 2932 2933 |
# File 'sig/types.rbs', line 2931 def created_time @created_time end |
#data_set_arns ⇒ ::Array[::String]
Returns the value of attribute data_set_arns.
2937 2938 2939 |
# File 'sig/types.rbs', line 2937 def data_set_arns @data_set_arns end |
#description ⇒ ::String
Returns the value of attribute description.
2939 2940 2941 |
# File 'sig/types.rbs', line 2939 def description @description end |
#errors ⇒ ::Array[Types::DashboardError]
Returns the value of attribute errors.
2932 2933 2934 |
# File 'sig/types.rbs', line 2932 def errors @errors end |
#sheets ⇒ ::Array[Types::Sheet]
Returns the value of attribute sheets.
2941 2942 2943 |
# File 'sig/types.rbs', line 2941 def sheets @sheets end |
#source_entity_arn ⇒ ::String
Returns the value of attribute source_entity_arn.
2936 2937 2938 |
# File 'sig/types.rbs', line 2936 def source_entity_arn @source_entity_arn end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
2934 2935 2936 |
# File 'sig/types.rbs', line 2934 def status @status end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
2940 2941 2942 |
# File 'sig/types.rbs', line 2940 def theme_arn @theme_arn end |
#topic_arns ⇒ ::Array[::String]
Returns the value of attribute topic_arns.
2938 2939 2940 |
# File 'sig/types.rbs', line 2938 def topic_arns @topic_arns end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
2933 2934 2935 |
# File 'sig/types.rbs', line 2933 def version_number @version_number end |