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])


2533
2534
2535
# File 'sig/types.rbs', line 2533

def 
  @account_ids
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2534
2535
2536
# File 'sig/types.rbs', line 2534

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:



2535
2536
2537
# File 'sig/types.rbs', line 2535

def tag_specifications
  @tag_specifications
end