Class: Aws::Types::RestoreGraphFromSnapshotOutput
- Inherits:
-
Object
- Object
- Aws::Types::RestoreGraphFromSnapshotOutput
- 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.
641 642 643 |
# File 'sig/types.rbs', line 641 def arn @arn end |
#build_number ⇒ ::String
Returns the value of attribute build_number.
653 654 655 |
# File 'sig/types.rbs', line 653 def build_number @build_number end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
644 645 646 |
# File 'sig/types.rbs', line 644 def create_time @create_time end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
652 653 654 |
# File 'sig/types.rbs', line 652 def deletion_protection @deletion_protection end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
646 647 648 |
# File 'sig/types.rbs', line 646 def endpoint @endpoint end |
#id ⇒ ::String
Returns the value of attribute id.
639 640 641 |
# File 'sig/types.rbs', line 639 def id @id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
650 651 652 |
# File 'sig/types.rbs', line 650 def kms_key_identifier @kms_key_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
640 641 642 |
# File 'sig/types.rbs', line 640 def name @name end |
#provisioned_memory ⇒ ::Integer
Returns the value of attribute provisioned_memory.
645 646 647 |
# File 'sig/types.rbs', line 645 def provisioned_memory @provisioned_memory end |
#public_connectivity ⇒ Boolean
Returns the value of attribute public_connectivity.
647 648 649 |
# File 'sig/types.rbs', line 647 def public_connectivity @public_connectivity end |
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
649 650 651 |
# File 'sig/types.rbs', line 649 def replica_count @replica_count end |
#source_snapshot_id ⇒ ::String
Returns the value of attribute source_snapshot_id.
651 652 653 |
# File 'sig/types.rbs', line 651 def source_snapshot_id @source_snapshot_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
642 643 644 |
# File 'sig/types.rbs', line 642 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
643 644 645 |
# File 'sig/types.rbs', line 643 def status_reason @status_reason end |
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
Returns the value of attribute vector_search_configuration.
648 649 650 |
# File 'sig/types.rbs', line 648 def vector_search_configuration @vector_search_configuration end |