Class: Aws::Types::AccessorSummary
- Inherits:
-
Object
- Object
- Aws::Types::AccessorSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#type ⇒ "BILLING_TOKEN"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
33 34 35 |
# File 'sig/types.rbs', line 33 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
32 33 34 |
# File 'sig/types.rbs', line 32 def creation_date @creation_date end |
#id ⇒ ::String
Returns the value of attribute id.
29 30 31 |
# File 'sig/types.rbs', line 29 def id @id end |
#network_type ⇒ "ETHEREUM_GOERLI", ...
Returns the value of attribute network_type.
34 35 36 |
# File 'sig/types.rbs', line 34 def network_type @network_type end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
31 32 33 |
# File 'sig/types.rbs', line 31 def status @status end |
#type ⇒ "BILLING_TOKEN"
Returns the value of attribute type.
30 31 32 |
# File 'sig/types.rbs', line 30 def type @type end |