Class: Aws::Types::Invalidation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2104
2105
2106
# File 'sig/types.rbs', line 2104

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def id
  @id
end

#invalidation_batchTypes::InvalidationBatch

Returns the value of attribute invalidation_batch.



2105
2106
2107
# File 'sig/types.rbs', line 2105

def invalidation_batch
  @invalidation_batch
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2103
2104
2105
# File 'sig/types.rbs', line 2103

def status
  @status
end