Class: Aws::Types::CreateGraphSnapshotOutput

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)


103
104
105
# File 'sig/types.rbs', line 103

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def id
  @id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def kms_key_identifier
  @kms_key_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def name
  @name
end

#snapshot_create_time::Time

Returns the value of attribute snapshot_create_time.

Returns:

  • (::Time)


105
106
107
# File 'sig/types.rbs', line 105

def snapshot_create_time
  @snapshot_create_time
end

#source_graph_id::String

Returns the value of attribute source_graph_id.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def source_graph_id
  @source_graph_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


106
107
108
# File 'sig/types.rbs', line 106

def status
  @status
end