Class: Aws::Types::ImageUsageReport

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


11206
11207
11208
# File 'sig/types.rbs', line 11206

def 
  @account_ids
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


11209
11210
11211
# File 'sig/types.rbs', line 11209

def creation_time
  @creation_time
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


11210
11211
11212
# File 'sig/types.rbs', line 11210

def expiration_time
  @expiration_time
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


11203
11204
11205
# File 'sig/types.rbs', line 11203

def image_id
  @image_id
end

#report_id::String

Returns the value of attribute report_id.

Returns:

  • (::String)


11204
11205
11206
# File 'sig/types.rbs', line 11204

def report_id
  @report_id
end

#resource_types::Array[Types::ImageUsageResourceType]

Returns the value of attribute resource_types.

Returns:



11205
11206
11207
# File 'sig/types.rbs', line 11205

def resource_types
  @resource_types
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


11207
11208
11209
# File 'sig/types.rbs', line 11207

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


11208
11209
11210
# File 'sig/types.rbs', line 11208

def state_reason
  @state_reason
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11211
11212
11213
# File 'sig/types.rbs', line 11211

def tags
  @tags
end