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


10945
10946
10947
# File 'sig/types.rbs', line 10945

def 
  @account_ids
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


10948
10949
10950
# File 'sig/types.rbs', line 10948

def creation_time
  @creation_time
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


10949
10950
10951
# File 'sig/types.rbs', line 10949

def expiration_time
  @expiration_time
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


10942
10943
10944
# File 'sig/types.rbs', line 10942

def image_id
  @image_id
end

#report_id::String

Returns the value of attribute report_id.

Returns:

  • (::String)


10943
10944
10945
# File 'sig/types.rbs', line 10943

def report_id
  @report_id
end

#resource_types::Array[Types::ImageUsageResourceType]

Returns the value of attribute resource_types.

Returns:



10944
10945
10946
# File 'sig/types.rbs', line 10944

def resource_types
  @resource_types
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


10946
10947
10948
# File 'sig/types.rbs', line 10946

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


10947
10948
10949
# File 'sig/types.rbs', line 10947

def state_reason
  @state_reason
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



10950
10951
10952
# File 'sig/types.rbs', line 10950

def tags
  @tags
end