Class: Aws::Types::CreateGraphInput

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)


69
70
71
# File 'sig/types.rbs', line 69

def deletion_protection
  @deletion_protection
end

#graph_name::String

Returns the value of attribute graph_name.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def graph_name
  @graph_name
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def kms_key_identifier
  @kms_key_identifier
end

#provisioned_memory::Integer

Returns the value of attribute provisioned_memory.

Returns:

  • (::Integer)


70
71
72
# File 'sig/types.rbs', line 70

def provisioned_memory
  @provisioned_memory
end

#public_connectivityBoolean

Returns the value of attribute public_connectivity.

Returns:

  • (Boolean)


65
66
67
# File 'sig/types.rbs', line 65

def public_connectivity
  @public_connectivity
end

#replica_count::Integer

Returns the value of attribute replica_count.

Returns:

  • (::Integer)


68
69
70
# File 'sig/types.rbs', line 68

def replica_count
  @replica_count
end

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

Returns the value of attribute tags.

Returns:

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


64
65
66
# File 'sig/types.rbs', line 64

def tags
  @tags
end

#vector_search_configurationTypes::VectorSearchConfiguration

Returns the value of attribute vector_search_configuration.



67
68
69
# File 'sig/types.rbs', line 67

def vector_search_configuration
  @vector_search_configuration
end