Class: Aws::Types::DescribeAnalysisDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAnalysisDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#definition ⇒ Types::AnalysisDefinition
Returns the value of attribute definition.
-
#errors ⇒ ::Array[Types::AnalysisError]
Returns the value of attribute errors.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute resource_status.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
4351 4352 4353 |
# File 'sig/types.rbs', line 4351 def analysis_id @analysis_id end |
#definition ⇒ Types::AnalysisDefinition
Returns the value of attribute definition.
4356 4357 4358 |
# File 'sig/types.rbs', line 4356 def definition @definition end |
#errors ⇒ ::Array[Types::AnalysisError]
Returns the value of attribute errors.
4353 4354 4355 |
# File 'sig/types.rbs', line 4353 def errors @errors end |
#name ⇒ ::String
Returns the value of attribute name.
4352 4353 4354 |
# File 'sig/types.rbs', line 4352 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4358 4359 4360 |
# File 'sig/types.rbs', line 4358 def request_id @request_id end |
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute resource_status.
4354 4355 4356 |
# File 'sig/types.rbs', line 4354 def resource_status @resource_status end |
#status ⇒ ::Integer
Returns the value of attribute status.
4357 4358 4359 |
# File 'sig/types.rbs', line 4357 def status @status end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
4355 4356 4357 |
# File 'sig/types.rbs', line 4355 def theme_arn @theme_arn end |