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.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def account_ids @account_ids end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def image_id @image_id end |
#resource_types ⇒ ::Array[Types::ImageUsageResourceTypeRequest]
Returns the value of attribute resource_types.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def resource_types @resource_types end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def tag_specifications @tag_specifications end |