Class: Aws::Types::DeleteGraphOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGraphOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#build_number ⇒ ::String
Returns the value of attribute build_number.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#source_snapshot_id ⇒ ::String
Returns the value of attribute source_snapshot_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
Returns the value of attribute vector_search_configuration.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
168 169 170 |
# File 'sig/types.rbs', line 168 def arn @arn end |
#build_number ⇒ ::String
Returns the value of attribute build_number.
180 181 182 |
# File 'sig/types.rbs', line 180 def build_number @build_number end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
171 172 173 |
# File 'sig/types.rbs', line 171 def create_time @create_time end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
179 180 181 |
# File 'sig/types.rbs', line 179 def deletion_protection @deletion_protection end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
173 174 175 |
# File 'sig/types.rbs', line 173 def endpoint @endpoint end |
#id ⇒ ::String
Returns the value of attribute id.
166 167 168 |
# File 'sig/types.rbs', line 166 def id @id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
177 178 179 |
# File 'sig/types.rbs', line 177 def kms_key_identifier @kms_key_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
167 168 169 |
# File 'sig/types.rbs', line 167 def name @name end |
#provisioned_memory ⇒ ::Integer
Returns the value of attribute provisioned_memory.
172 173 174 |
# File 'sig/types.rbs', line 172 def provisioned_memory @provisioned_memory end |
#public_connectivity ⇒ Boolean
Returns the value of attribute public_connectivity.
174 175 176 |
# File 'sig/types.rbs', line 174 def public_connectivity @public_connectivity end |
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
176 177 178 |
# File 'sig/types.rbs', line 176 def replica_count @replica_count end |
#source_snapshot_id ⇒ ::String
Returns the value of attribute source_snapshot_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def source_snapshot_id @source_snapshot_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
169 170 171 |
# File 'sig/types.rbs', line 169 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
170 171 172 |
# File 'sig/types.rbs', line 170 def status_reason @status_reason end |
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
Returns the value of attribute vector_search_configuration.
175 176 177 |
# File 'sig/types.rbs', line 175 def vector_search_configuration @vector_search_configuration end |