Class: Aws::Types::MonitoredResourceIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::MonitoredResourceIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#monitored_resource_name ⇒ ::String
Returns the value of attribute monitored_resource_name.
-
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
-
#resource_permission ⇒ "FULL_PERMISSION", "MISSING_PERMISSION"
Returns the value of attribute resource_permission.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
580 581 582 |
# File 'sig/types.rbs', line 580 def last_updated @last_updated end |
#monitored_resource_name ⇒ ::String
Returns the value of attribute monitored_resource_name.
577 578 579 |
# File 'sig/types.rbs', line 577 def monitored_resource_name @monitored_resource_name end |
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
581 582 583 |
# File 'sig/types.rbs', line 581 def resource_collection @resource_collection end |
#resource_permission ⇒ "FULL_PERMISSION", "MISSING_PERMISSION"
Returns the value of attribute resource_permission.
579 580 581 |
# File 'sig/types.rbs', line 579 def end |
#type ⇒ ::String
Returns the value of attribute type.
578 579 580 |
# File 'sig/types.rbs', line 578 def type @type end |