Class: Aws::Types::Snapshot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def directory_id
  @directory_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def name
  @name
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def snapshot_id
  @snapshot_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def start_time
  @start_time
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Completed", "Failed")


1397
1398
1399
# File 'sig/types.rbs', line 1397

def status
  @status
end

#type"Auto", "Manual"

Returns the value of attribute type.

Returns:

  • ("Auto", "Manual")


1395
1396
1397
# File 'sig/types.rbs', line 1395

def type
  @type
end