Class: Aws::Types::TrustedAdvisorResourceDetail
- Inherits:
-
Object
- Object
- Aws::Types::TrustedAdvisorResourceDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_suppressed ⇒ Boolean
Returns the value of attribute is_suppressed.
-
#metadata ⇒ ::Array[::String]
Returns the value of attribute metadata.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#is_suppressed ⇒ Boolean
Returns the value of attribute is_suppressed.
489 490 491 |
# File 'sig/types.rbs', line 489 def is_suppressed @is_suppressed end |
#metadata ⇒ ::Array[::String]
Returns the value of attribute metadata.
490 491 492 |
# File 'sig/types.rbs', line 490 def @metadata end |
#region ⇒ ::String
Returns the value of attribute region.
487 488 489 |
# File 'sig/types.rbs', line 487 def region @region end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
488 489 490 |
# File 'sig/types.rbs', line 488 def resource_id @resource_id end |
#status ⇒ ::String
Returns the value of attribute status.
486 487 488 |
# File 'sig/types.rbs', line 486 def status @status end |