Class: Aws::Types::DatabaseSnapshotInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_descriptionTypes::FailureDescription

Returns the value of attribute failure_description.



215
216
217
# File 'sig/types.rbs', line 215

def failure_description
  @failure_description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def id
  @id
end

#request_timestamp::Time

Returns the value of attribute request_timestamp.

Returns:

  • (::Time)


212
213
214
# File 'sig/types.rbs', line 212

def request_timestamp
  @request_timestamp
end

#requested_by"USER", "FIREHOSE"

Returns the value of attribute requested_by.

Returns:

  • ("USER", "FIREHOSE")


213
214
215
# File 'sig/types.rbs', line 213

def requested_by
  @requested_by
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "COMPLETE", "SUSPENDED")


214
215
216
# File 'sig/types.rbs', line 214

def status
  @status
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def table
  @table
end