Class: Aws::Types::ContainerServiceECRImagePullerRole
- Inherits:
-
Object
- Object
- Aws::Types::ContainerServiceECRImagePullerRole
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_active ⇒ Boolean
Returns the value of attribute is_active.
-
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
Instance Attribute Details
#is_active ⇒ Boolean
Returns the value of attribute is_active.
439 440 441 |
# File 'sig/types.rbs', line 439 def is_active @is_active end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
440 441 442 |
# File 'sig/types.rbs', line 440 def principal_arn @principal_arn end |