Class: Aws::Types::CreateImageUsageReportRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids::Array[::String]

Returns the value of attribute account_ids.

Returns:

  • (::Array[::String])


2421
2422
2423
# File 'sig/types.rbs', line 2421

def 
  @account_ids
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2422
2423
2424
# File 'sig/types.rbs', line 2422

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:



2423
2424
2425
# File 'sig/types.rbs', line 2423

def tag_specifications
  @tag_specifications
end