Class: Aws::Types::DeleteGraphInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#graph_identifier::String

Returns the value of attribute graph_identifier.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def graph_identifier
  @graph_identifier
end

#skip_snapshotBoolean

Returns the value of attribute skip_snapshot.

Returns:

  • (Boolean)


161
162
163
# File 'sig/types.rbs', line 161

def skip_snapshot
  @skip_snapshot
end