Class: Aws::Types::CreateAccessorInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessorInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accessor_type ⇒ "BILLING_TOKEN"
Returns the value of attribute accessor_type.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#network_type ⇒ "ETHEREUM_GOERLI", ...
Returns the value of attribute network_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#accessor_type ⇒ "BILLING_TOKEN"
Returns the value of attribute accessor_type.
47 48 49 |
# File 'sig/types.rbs', line 47 def accessor_type @accessor_type end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
46 47 48 |
# File 'sig/types.rbs', line 46 def client_request_token @client_request_token end |
#network_type ⇒ "ETHEREUM_GOERLI", ...
Returns the value of attribute network_type.
49 50 51 |
# File 'sig/types.rbs', line 49 def network_type @network_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
48 49 50 |
# File 'sig/types.rbs', line 48 def @tags end |