Class: Aws::Types::DeleteGraphSnapshotOutput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



192
193
194
# File 'sig/types.rbs', line 192

def arn
  @arn
end

#id::String

Returns the value of attribute id.



190
191
192
# File 'sig/types.rbs', line 190

def id
  @id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.



196
197
198
# File 'sig/types.rbs', line 196

def kms_key_identifier
  @kms_key_identifier
end

#name::String

Returns the value of attribute name.



191
192
193
# File 'sig/types.rbs', line 191

def name
  @name
end

#snapshot_create_time::Time

Returns the value of attribute snapshot_create_time.



194
195
196
# File 'sig/types.rbs', line 194

def snapshot_create_time
  @snapshot_create_time
end

#source_graph_id::String

Returns the value of attribute source_graph_id.



193
194
195
# File 'sig/types.rbs', line 193

def source_graph_id
  @source_graph_id
end

#status"CREATING", ...

Returns the value of attribute status.



195
196
197
# File 'sig/types.rbs', line 195

def status
  @status
end