Class: Aws::Types::ManagedResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ManagedResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_count ⇒ ::Integer
Returns the value of attribute association_count.
-
#resource_type ⇒ "EC2_INSTANCE", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#association_count ⇒ ::Integer
Returns the value of attribute association_count.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def association_count @association_count end |
#resource_type ⇒ "EC2_INSTANCE", ...
Returns the value of attribute resource_type.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def resource_type @resource_type end |