Class: Aws::Types::AutoSnapshotDetails

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.



179
180
181
# File 'sig/types.rbs', line 179

def created_at
  @created_at
end

#date::String

Returns the value of attribute date.



178
179
180
# File 'sig/types.rbs', line 178

def date
  @date
end

#from_attached_disks::Array[Types::AttachedDisk]

Returns the value of attribute from_attached_disks.



181
182
183
# File 'sig/types.rbs', line 181

def from_attached_disks
  @from_attached_disks
end

#status"Success", ...

Returns the value of attribute status.



180
181
182
# File 'sig/types.rbs', line 180

def status
  @status
end