Class: Aws::Types::CreateGraphSnapshotInput

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)


94
95
96
# File 'sig/types.rbs', line 94

def graph_identifier
  @graph_identifier
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def snapshot_name
  @snapshot_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


96
97
98
# File 'sig/types.rbs', line 96

def tags
  @tags
end