Class: Aws::Types::CreateNetworkInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#framework ⇒ "HYPERLEDGER_FABRIC", "ETHEREUM"
Returns the value of attribute framework.
-
#framework_configuration ⇒ Types::NetworkFrameworkConfiguration
Returns the value of attribute framework_configuration.
-
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
-
#member_configuration ⇒ Types::MemberConfiguration
Returns the value of attribute member_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#voting_policy ⇒ Types::VotingPolicy
Returns the value of attribute voting_policy.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
74 75 76 |
# File 'sig/types.rbs', line 74 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
76 77 78 |
# File 'sig/types.rbs', line 76 def description @description end |
#framework ⇒ "HYPERLEDGER_FABRIC", "ETHEREUM"
Returns the value of attribute framework.
77 78 79 |
# File 'sig/types.rbs', line 77 def framework @framework end |
#framework_configuration ⇒ Types::NetworkFrameworkConfiguration
Returns the value of attribute framework_configuration.
79 80 81 |
# File 'sig/types.rbs', line 79 def framework_configuration @framework_configuration end |
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
78 79 80 |
# File 'sig/types.rbs', line 78 def framework_version @framework_version end |
#member_configuration ⇒ Types::MemberConfiguration
Returns the value of attribute member_configuration.
81 82 83 |
# File 'sig/types.rbs', line 81 def member_configuration @member_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
75 76 77 |
# File 'sig/types.rbs', line 75 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
82 83 84 |
# File 'sig/types.rbs', line 82 def end |
#voting_policy ⇒ Types::VotingPolicy
Returns the value of attribute voting_policy.
80 81 82 |
# File 'sig/types.rbs', line 80 def voting_policy @voting_policy end |