Class: Aws::Types::LicenseConfigurationUsage
- Inherits:
-
Object
- Object
- Aws::Types::LicenseConfigurationUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_time ⇒ ::Time
Returns the value of attribute association_time.
-
#consumed_licenses ⇒ ::Integer
Returns the value of attribute consumed_licenses.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
-
#resource_status ⇒ ::String
Returns the value of attribute resource_status.
-
#resource_type ⇒ "EC2_INSTANCE", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#association_time ⇒ ::Time
Returns the value of attribute association_time.
752 753 754 |
# File 'sig/types.rbs', line 752 def association_time @association_time end |
#consumed_licenses ⇒ ::Integer
Returns the value of attribute consumed_licenses.
753 754 755 |
# File 'sig/types.rbs', line 753 def consumed_licenses @consumed_licenses end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
748 749 750 |
# File 'sig/types.rbs', line 748 def resource_arn @resource_arn end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
751 752 753 |
# File 'sig/types.rbs', line 751 def resource_owner_id @resource_owner_id end |
#resource_status ⇒ ::String
Returns the value of attribute resource_status.
750 751 752 |
# File 'sig/types.rbs', line 750 def resource_status @resource_status end |
#resource_type ⇒ "EC2_INSTANCE", ...
Returns the value of attribute resource_type.
749 750 751 |
# File 'sig/types.rbs', line 749 def resource_type @resource_type end |