Class: Aws::Types::Analysis
- Inherits:
-
Object
- Object
- Aws::Types::Analysis
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#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.
-
#errors ⇒ ::Array[Types::AnalysisError]
Returns the value of attribute errors.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sheets ⇒ ::Array[Types::Sheet]
Returns the value of attribute sheets.
-
#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.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
221 222 223 |
# File 'sig/types.rbs', line 221 def analysis_id @analysis_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
222 223 224 |
# File 'sig/types.rbs', line 222 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
229 230 231 |
# File 'sig/types.rbs', line 229 def created_time @created_time end |
#data_set_arns ⇒ ::Array[::String]
Returns the value of attribute data_set_arns.
226 227 228 |
# File 'sig/types.rbs', line 226 def data_set_arns @data_set_arns end |
#errors ⇒ ::Array[Types::AnalysisError]
Returns the value of attribute errors.
225 226 227 |
# File 'sig/types.rbs', line 225 def errors @errors end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
230 231 232 |
# File 'sig/types.rbs', line 230 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
223 224 225 |
# File 'sig/types.rbs', line 223 def name @name end |
#sheets ⇒ ::Array[Types::Sheet]
Returns the value of attribute sheets.
231 232 233 |
# File 'sig/types.rbs', line 231 def sheets @sheets end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
224 225 226 |
# File 'sig/types.rbs', line 224 def status @status end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
228 229 230 |
# File 'sig/types.rbs', line 228 def theme_arn @theme_arn end |
#topic_arns ⇒ ::Array[::String]
Returns the value of attribute topic_arns.
227 228 229 |
# File 'sig/types.rbs', line 227 def topic_arns @topic_arns end |