Class: Aws::Types::LicenseConfigurationAssociation
- Inherits:
-
Object
- Object
- Aws::Types::LicenseConfigurationAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_association_scope ⇒ ::String
Returns the value of attribute ami_association_scope.
-
#association_time ⇒ ::Time
Returns the value of attribute association_time.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
-
#resource_type ⇒ "EC2_INSTANCE", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#ami_association_scope ⇒ ::String
Returns the value of attribute ami_association_scope.
736 737 738 |
# File 'sig/types.rbs', line 736 def ami_association_scope @ami_association_scope end |
#association_time ⇒ ::Time
Returns the value of attribute association_time.
735 736 737 |
# File 'sig/types.rbs', line 735 def association_time @association_time end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
732 733 734 |
# File 'sig/types.rbs', line 732 def resource_arn @resource_arn end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
734 735 736 |
# File 'sig/types.rbs', line 734 def resource_owner_id @resource_owner_id end |
#resource_type ⇒ "EC2_INSTANCE", ...
Returns the value of attribute resource_type.
733 734 735 |
# File 'sig/types.rbs', line 733 def resource_type @resource_type end |