Class: Aws::Types::CreateAccessorOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessorOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accessor_id ⇒ ::String
Returns the value of attribute accessor_id.
-
#billing_token ⇒ ::String
Returns the value of attribute billing_token.
-
#network_type ⇒ "ETHEREUM_GOERLI", ...
Returns the value of attribute network_type.
Instance Attribute Details
#accessor_id ⇒ ::String
Returns the value of attribute accessor_id.
54 55 56 |
# File 'sig/types.rbs', line 54 def accessor_id @accessor_id end |
#billing_token ⇒ ::String
Returns the value of attribute billing_token.
55 56 57 |
# File 'sig/types.rbs', line 55 def billing_token @billing_token end |
#network_type ⇒ "ETHEREUM_GOERLI", ...
Returns the value of attribute network_type.
56 57 58 |
# File 'sig/types.rbs', line 56 def network_type @network_type end |