Class: Aws::Types::NetworkSummary
- Inherits:
-
Object
- Object
- Aws::Types::NetworkSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#framework ⇒ "HYPERLEDGER_FABRIC", "ETHEREUM"
Returns the value of attribute framework.
-
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
467 468 469 |
# File 'sig/types.rbs', line 467 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
466 467 468 |
# File 'sig/types.rbs', line 466 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
462 463 464 |
# File 'sig/types.rbs', line 462 def description @description end |
#framework ⇒ "HYPERLEDGER_FABRIC", "ETHEREUM"
Returns the value of attribute framework.
463 464 465 |
# File 'sig/types.rbs', line 463 def framework @framework end |
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
464 465 466 |
# File 'sig/types.rbs', line 464 def framework_version @framework_version end |
#id ⇒ ::String
Returns the value of attribute id.
460 461 462 |
# File 'sig/types.rbs', line 460 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
461 462 463 |
# File 'sig/types.rbs', line 461 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
465 466 467 |
# File 'sig/types.rbs', line 465 def status @status end |