Class: Aws::Types::ImageUsageReportEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


11219
11220
11221
# File 'sig/types.rbs', line 11219

def 
  @account_id
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


11220
11221
11222
# File 'sig/types.rbs', line 11220

def image_id
  @image_id
end

#report_creation_time::Time

Returns the value of attribute report_creation_time.

Returns:

  • (::Time)


11221
11222
11223
# File 'sig/types.rbs', line 11221

def report_creation_time
  @report_creation_time
end

#report_id::String

Returns the value of attribute report_id.

Returns:

  • (::String)


11217
11218
11219
# File 'sig/types.rbs', line 11217

def report_id
  @report_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


11216
11217
11218
# File 'sig/types.rbs', line 11216

def resource_type
  @resource_type
end

#usage_count::Integer

Returns the value of attribute usage_count.

Returns:

  • (::Integer)


11218
11219
11220
# File 'sig/types.rbs', line 11218

def usage_count
  @usage_count
end