Class: Aws::Types::ResetGraphInput

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)


598
599
600
# File 'sig/types.rbs', line 598

def graph_identifier
  @graph_identifier
end

#skip_snapshotBoolean

Returns the value of attribute skip_snapshot.

Returns:

  • (Boolean)


599
600
601
# File 'sig/types.rbs', line 599

def skip_snapshot
  @skip_snapshot
end