Class: Aws::Types::Administrator
- Inherits:
-
Object
- Object
- Aws::Types::Administrator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#delegation_time ⇒ ::Time
Returns the value of attribute delegation_time.
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def account_id @account_id end |
#delegation_time ⇒ ::Time
Returns the value of attribute delegation_time.
34 35 36 |
# File 'sig/types.rbs', line 34 def delegation_time @delegation_time end |
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
33 34 35 |
# File 'sig/types.rbs', line 33 def graph_arn @graph_arn end |