Class: Aws::Types::KubernetesWorkloadDetails
- Inherits:
-
Object
- Object
- Aws::Types::KubernetesWorkloadDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#containers ⇒ ::Array[Types::Container]
Returns the value of attribute containers.
-
#host_ipc ⇒ Boolean
Returns the value of attribute host_ipc.
-
#host_network ⇒ Boolean
Returns the value of attribute host_network.
-
#host_pid ⇒ Boolean
Returns the value of attribute host_pid.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#service_account_name ⇒ ::String
Returns the value of attribute service_account_name.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#uid ⇒ ::String
Returns the value of attribute uid.
-
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
Instance Attribute Details
#containers ⇒ ::Array[Types::Container]
Returns the value of attribute containers.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def containers @containers end |
#host_ipc ⇒ Boolean
Returns the value of attribute host_ipc.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def host_ipc @host_ipc end |
#host_network ⇒ Boolean
Returns the value of attribute host_network.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def host_network @host_network end |
#host_pid ⇒ Boolean
Returns the value of attribute host_pid.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def host_pid @host_pid end |
#name ⇒ ::String
Returns the value of attribute name.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def namespace @namespace end |
#service_account_name ⇒ ::String
Returns the value of attribute service_account_name.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def service_account_name @service_account_name end |
#type ⇒ ::String
Returns the value of attribute type.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def type @type end |
#uid ⇒ ::String
Returns the value of attribute uid.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def uid @uid end |
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def volumes @volumes end |