Class: Aws::Types::CreateImageUsageReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateImageUsageReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#resource_types ⇒ ::Array[Types::ImageUsageResourceTypeRequest]
Returns the value of attribute resource_types.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def account_ids @account_ids end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def image_id @image_id end |
#resource_types ⇒ ::Array[Types::ImageUsageResourceTypeRequest]
Returns the value of attribute resource_types.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def resource_types @resource_types end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def tag_specifications @tag_specifications end |