Class: Aws::Types::ImageUsageReportEntry
- Inherits:
-
Object
- Object
- Aws::Types::ImageUsageReportEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#report_creation_time ⇒ ::Time
Returns the value of attribute report_creation_time.
-
#report_id ⇒ ::String
Returns the value of attribute report_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#usage_count ⇒ ::Integer
Returns the value of attribute usage_count.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
10958 10959 10960 |
# File 'sig/types.rbs', line 10958 def account_id @account_id end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
10959 10960 10961 |
# File 'sig/types.rbs', line 10959 def image_id @image_id end |
#report_creation_time ⇒ ::Time
Returns the value of attribute report_creation_time.
10960 10961 10962 |
# File 'sig/types.rbs', line 10960 def report_creation_time @report_creation_time end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
10956 10957 10958 |
# File 'sig/types.rbs', line 10956 def report_id @report_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
10955 10956 10957 |
# File 'sig/types.rbs', line 10955 def resource_type @resource_type end |
#usage_count ⇒ ::Integer
Returns the value of attribute usage_count.
10957 10958 10959 |
# File 'sig/types.rbs', line 10957 def usage_count @usage_count end |