Class: Aws::Types::StartGraphOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartGraphOutput
- 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.
700 701 702 |
# File 'sig/types.rbs', line 700 def arn @arn end |
#build_number ⇒ ::String
Returns the value of attribute build_number.
712 713 714 |
# File 'sig/types.rbs', line 712 def build_number @build_number end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
703 704 705 |
# File 'sig/types.rbs', line 703 def create_time @create_time end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
711 712 713 |
# File 'sig/types.rbs', line 711 def deletion_protection @deletion_protection end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
705 706 707 |
# File 'sig/types.rbs', line 705 def endpoint @endpoint end |
#id ⇒ ::String
Returns the value of attribute id.
698 699 700 |
# File 'sig/types.rbs', line 698 def id @id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
709 710 711 |
# File 'sig/types.rbs', line 709 def kms_key_identifier @kms_key_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
699 700 701 |
# File 'sig/types.rbs', line 699 def name @name end |
#provisioned_memory ⇒ ::Integer
Returns the value of attribute provisioned_memory.
704 705 706 |
# File 'sig/types.rbs', line 704 def provisioned_memory @provisioned_memory end |
#public_connectivity ⇒ Boolean
Returns the value of attribute public_connectivity.
706 707 708 |
# File 'sig/types.rbs', line 706 def public_connectivity @public_connectivity end |
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
708 709 710 |
# File 'sig/types.rbs', line 708 def replica_count @replica_count end |
#source_snapshot_id ⇒ ::String
Returns the value of attribute source_snapshot_id.
710 711 712 |
# File 'sig/types.rbs', line 710 def source_snapshot_id @source_snapshot_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
701 702 703 |
# File 'sig/types.rbs', line 701 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
702 703 704 |
# File 'sig/types.rbs', line 702 def status_reason @status_reason end |
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
Returns the value of attribute vector_search_configuration.
707 708 709 |
# File 'sig/types.rbs', line 707 def vector_search_configuration @vector_search_configuration end |