Class: Aws::Types::InvalidationSummary

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)


2127
2128
2129
# File 'sig/types.rbs', line 2127

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2126
2127
2128
# File 'sig/types.rbs', line 2126

def id
  @id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2128
2129
2130
# File 'sig/types.rbs', line 2128

def status
  @status
end