Class: Aws::Types::RestoreGraphFromSnapshotInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


631
632
633
# File 'sig/types.rbs', line 631

def deletion_protection
  @deletion_protection
end

#graph_name::String

Returns the value of attribute graph_name.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def graph_name
  @graph_name
end

#provisioned_memory::Integer

Returns the value of attribute provisioned_memory.

Returns:

  • (::Integer)


630
631
632
# File 'sig/types.rbs', line 630

def provisioned_memory
  @provisioned_memory
end

#public_connectivityBoolean

Returns the value of attribute public_connectivity.

Returns:

  • (Boolean)


634
635
636
# File 'sig/types.rbs', line 634

def public_connectivity
  @public_connectivity
end

#replica_count::Integer

Returns the value of attribute replica_count.

Returns:

  • (::Integer)


633
634
635
# File 'sig/types.rbs', line 633

def replica_count
  @replica_count
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def snapshot_identifier
  @snapshot_identifier
end

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

Returns the value of attribute tags.

Returns:

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


632
633
634
# File 'sig/types.rbs', line 632

def tags
  @tags
end