Class: Aws::Types::OperatorResponse
- Inherits:
-
Object
- Object
- Aws::Types::OperatorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hidden_by_default ⇒ Boolean
Returns the value of attribute hidden_by_default.
-
#managed ⇒ Boolean
Returns the value of attribute managed.
-
#principal ⇒ ::String
Returns the value of attribute principal.
Instance Attribute Details
#hidden_by_default ⇒ Boolean
Returns the value of attribute hidden_by_default.
14959 14960 14961 |
# File 'sig/types.rbs', line 14959 def hidden_by_default @hidden_by_default end |
#managed ⇒ Boolean
Returns the value of attribute managed.
14957 14958 14959 |
# File 'sig/types.rbs', line 14957 def managed @managed end |
#principal ⇒ ::String
Returns the value of attribute principal.
14958 14959 14960 |
# File 'sig/types.rbs', line 14958 def principal @principal end |