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.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def account_ids @account_ids end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def image_id @image_id end |
#resource_types ⇒ ::Array[Types::ImageUsageResourceTypeRequest]
Returns the value of attribute resource_types.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def resource_types @resource_types end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def tag_specifications @tag_specifications end |