Class: Aws::Types::ContainerProvider
- Inherits:
-
Object
- Object
- Aws::Types::ContainerProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#info ⇒ Types::ContainerInfo
Returns the value of attribute info.
-
#type ⇒ "EKS"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
79 80 81 |
# File 'sig/types.rbs', line 79 def id @id end |
#info ⇒ Types::ContainerInfo
Returns the value of attribute info.
80 81 82 |
# File 'sig/types.rbs', line 80 def info @info end |
#type ⇒ "EKS"
Returns the value of attribute type.
78 79 80 |
# File 'sig/types.rbs', line 78 def type @type end |