Class: Aws::Types::ImageUsageReport
- Inherits:
-
Object
- Object
- Aws::Types::ImageUsageReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#report_id ⇒ ::String
Returns the value of attribute report_id.
-
#resource_types ⇒ ::Array[Types::ImageUsageResourceType]
Returns the value of attribute resource_types.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
11424 11425 11426 |
# File 'sig/types.rbs', line 11424 def account_ids @account_ids end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11427 11428 11429 |
# File 'sig/types.rbs', line 11427 def creation_time @creation_time end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
11428 11429 11430 |
# File 'sig/types.rbs', line 11428 def expiration_time @expiration_time end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
11421 11422 11423 |
# File 'sig/types.rbs', line 11421 def image_id @image_id end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
11422 11423 11424 |
# File 'sig/types.rbs', line 11422 def report_id @report_id end |
#resource_types ⇒ ::Array[Types::ImageUsageResourceType]
Returns the value of attribute resource_types.
11423 11424 11425 |
# File 'sig/types.rbs', line 11423 def resource_types @resource_types end |
#state ⇒ ::String
Returns the value of attribute state.
11425 11426 11427 |
# File 'sig/types.rbs', line 11425 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
11426 11427 11428 |
# File 'sig/types.rbs', line 11426 def state_reason @state_reason end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11429 11430 11431 |
# File 'sig/types.rbs', line 11429 def @tags end |