Class: Aws::Types::Accessor
- Inherits:
-
Object
- Object
- Aws::Types::Accessor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#billing_token ⇒ ::String
Returns the value of attribute billing_token.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#network_type ⇒ "ETHEREUM_GOERLI", ...
Returns the value of attribute network_type.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "BILLING_TOKEN"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
22 23 24 |
# File 'sig/types.rbs', line 22 def arn @arn end |
#billing_token ⇒ ::String
Returns the value of attribute billing_token.
19 20 21 |
# File 'sig/types.rbs', line 19 def billing_token @billing_token end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
21 22 23 |
# File 'sig/types.rbs', line 21 def creation_date @creation_date end |
#id ⇒ ::String
Returns the value of attribute id.
17 18 19 |
# File 'sig/types.rbs', line 17 def id @id end |
#network_type ⇒ "ETHEREUM_GOERLI", ...
Returns the value of attribute network_type.
24 25 26 |
# File 'sig/types.rbs', line 24 def network_type @network_type end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
20 21 22 |
# File 'sig/types.rbs', line 20 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
23 24 25 |
# File 'sig/types.rbs', line 23 def @tags end |
#type ⇒ "BILLING_TOKEN"
Returns the value of attribute type.
18 19 20 |
# File 'sig/types.rbs', line 18 def type @type end |