Class: Aws::Types::RootCause
- Inherits:
-
Object
- Object
- Aws::Types::RootCause
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#impact ⇒ Types::RootCauseImpact
Returns the value of attribute impact.
-
#linked_account ⇒ ::String
Returns the value of attribute linked_account.
-
#linked_account_name ⇒ ::String
Returns the value of attribute linked_account_name.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
Instance Attribute Details
#impact ⇒ Types::RootCauseImpact
Returns the value of attribute impact.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def impact @impact end |
#linked_account ⇒ ::String
Returns the value of attribute linked_account.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def linked_account @linked_account end |
#linked_account_name ⇒ ::String
Returns the value of attribute linked_account_name.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def linked_account_name @linked_account_name end |
#region ⇒ ::String
Returns the value of attribute region.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def region @region end |
#service ⇒ ::String
Returns the value of attribute service.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def service @service end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def usage_type @usage_type end |