Class: Aws::Types::GetGraphSnapshotOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def id
  @id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def kms_key_identifier
  @kms_key_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def name
  @name
end

#snapshot_create_time::Time

Returns the value of attribute snapshot_create_time.

Returns:

  • (::Time)


330
331
332
# File 'sig/types.rbs', line 330

def snapshot_create_time
  @snapshot_create_time
end

#source_graph_id::String

Returns the value of attribute source_graph_id.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def source_graph_id
  @source_graph_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "DELETING", "FAILED")


331
332
333
# File 'sig/types.rbs', line 331

def status
  @status
end