Class: Aws::Types::Network
- Inherits:
-
Object
- Object
- Aws::Types::Network
- 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_attributes ⇒ Types::NetworkFrameworkAttributes
Returns the value of attribute framework_attributes.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#voting_policy ⇒ Types::VotingPolicy
Returns the value of attribute voting_policy.
-
#vpc_endpoint_service_name ⇒ ::String
Returns the value of attribute vpc_endpoint_service_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
428 429 430 |
# File 'sig/types.rbs', line 428 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
426 427 428 |
# File 'sig/types.rbs', line 426 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
419 420 421 |
# File 'sig/types.rbs', line 419 def description @description end |
#framework ⇒ "HYPERLEDGER_FABRIC", "ETHEREUM"
Returns the value of attribute framework.
420 421 422 |
# File 'sig/types.rbs', line 420 def framework @framework end |
#framework_attributes ⇒ Types::NetworkFrameworkAttributes
Returns the value of attribute framework_attributes.
422 423 424 |
# File 'sig/types.rbs', line 422 def framework_attributes @framework_attributes end |
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
421 422 423 |
# File 'sig/types.rbs', line 421 def framework_version @framework_version end |
#id ⇒ ::String
Returns the value of attribute id.
417 418 419 |
# File 'sig/types.rbs', line 417 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
418 419 420 |
# File 'sig/types.rbs', line 418 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
425 426 427 |
# File 'sig/types.rbs', line 425 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
427 428 429 |
# File 'sig/types.rbs', line 427 def @tags end |
#voting_policy ⇒ Types::VotingPolicy
Returns the value of attribute voting_policy.
424 425 426 |
# File 'sig/types.rbs', line 424 def voting_policy @voting_policy end |
#vpc_endpoint_service_name ⇒ ::String
Returns the value of attribute vpc_endpoint_service_name.
423 424 425 |
# File 'sig/types.rbs', line 423 def vpc_endpoint_service_name @vpc_endpoint_service_name end |