Class: Aws::Types::CreateGraphInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGraphInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#graph_name ⇒ ::String
Returns the value of attribute graph_name.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#provisioned_memory ⇒ ::Integer
Returns the value of attribute provisioned_memory.
-
#public_connectivity ⇒ Boolean
Returns the value of attribute public_connectivity.
-
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
Returns the value of attribute vector_search_configuration.
Instance Attribute Details
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
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.
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.
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.
70 71 72 |
# File 'sig/types.rbs', line 70 def provisioned_memory @provisioned_memory end |
#public_connectivity ⇒ Boolean
Returns the value of attribute public_connectivity.
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.
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.
64 65 66 |
# File 'sig/types.rbs', line 64 def @tags end |
#vector_search_configuration ⇒ Types::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 |