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


2549
2550
2551
# File 'sig/types.rbs', line 2549

def 
  @account_ids
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2550
2551
2552
# File 'sig/types.rbs', line 2550

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:



2551
2552
2553
# File 'sig/types.rbs', line 2551

def tag_specifications
  @tag_specifications
end