Class: Aws::Types::ItemValue
- Inherits:
-
Object
- Object
- Aws::Types::ItemValue
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Arn, MetricDefinition, PagerDutyIncidentDetail, Unknown, Url
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#metric_definition ⇒ ::String
Returns the value of attribute metric_definition.
-
#pager_duty_incident_detail ⇒ Types::PagerDutyIncidentDetail
Returns the value of attribute pager_duty_incident_detail.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
427 428 429 |
# File 'sig/types.rbs', line 427 def arn @arn end |
#metric_definition ⇒ ::String
Returns the value of attribute metric_definition.
428 429 430 |
# File 'sig/types.rbs', line 428 def metric_definition @metric_definition end |
#pager_duty_incident_detail ⇒ Types::PagerDutyIncidentDetail
Returns the value of attribute pager_duty_incident_detail.
429 430 431 |
# File 'sig/types.rbs', line 429 def pager_duty_incident_detail @pager_duty_incident_detail end |
#unknown ⇒ Object
Returns the value of attribute unknown.
431 432 433 |
# File 'sig/types.rbs', line 431 def unknown @unknown end |
#url ⇒ ::String
Returns the value of attribute url.
430 431 432 |
# File 'sig/types.rbs', line 430 def url @url end |