Class: Aws::Types::GenerationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1874
1875
1876
# File 'sig/types.rbs', line 1874

def creation_date_time
  @creation_date_time
end

#generation_id ⇒ ::String

Returns the value of attribute generation_id.

Returns:

  • (::String)


1872
1873
1874
# File 'sig/types.rbs', line 1872

def generation_id
  @generation_id
end

#generation_status ⇒ "Failed", ...

Returns the value of attribute generation_status.

Returns:

  • ("Failed", "Complete", "InProgress")


1873
1874
1875
# File 'sig/types.rbs', line 1873

def generation_status
  @generation_status
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1875
1876
1877
# File 'sig/types.rbs', line 1875

def last_updated_date_time
  @last_updated_date_time
end