Class: Aws::Types::CreateNetworkInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def description
  @description
end

#framework ⇒ "HYPERLEDGER_FABRIC", "ETHEREUM"

Returns the value of attribute framework.

Returns:

  • ("HYPERLEDGER_FABRIC", "ETHEREUM")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def name
  @name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


82
83
84
# File 'sig/types.rbs', line 82

def tags
  @tags
end

#voting_policy ⇒ Types::VotingPolicy

Returns the value of attribute voting_policy.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def voting_policy
  @voting_policy
end