Class: Aws::Types::GraphSummary
- Inherits:
-
Object
- Object
- Aws::Types::GraphSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
430 431 432 |
# File 'sig/types.rbs', line 430 def arn @arn end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
437 438 439 |
# File 'sig/types.rbs', line 437 def deletion_protection @deletion_protection end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
434 435 436 |
# File 'sig/types.rbs', line 434 def endpoint @endpoint end |
#id ⇒ ::String
Returns the value of attribute id.
428 429 430 |
# File 'sig/types.rbs', line 428 def id @id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
436 437 438 |
# File 'sig/types.rbs', line 436 def kms_key_identifier @kms_key_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
429 430 431 |
# File 'sig/types.rbs', line 429 def name @name end |
#provisioned_memory ⇒ ::Integer
Returns the value of attribute provisioned_memory.
432 433 434 |
# File 'sig/types.rbs', line 432 def provisioned_memory @provisioned_memory end |
#public_connectivity ⇒ Boolean
Returns the value of attribute public_connectivity.
433 434 435 |
# File 'sig/types.rbs', line 433 def public_connectivity @public_connectivity end |
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
435 436 437 |
# File 'sig/types.rbs', line 435 def replica_count @replica_count end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
431 432 433 |
# File 'sig/types.rbs', line 431 def status @status end |