Class: Aws::Types::AwsEksMetadataDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEksMetadataDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#workload_info_list ⇒ ::Array[Types::AwsEksWorkloadInfo]
Returns the value of attribute workload_info_list.
Instance Attribute Details
#namespace ⇒ ::String
Returns the value of attribute namespace.
272 273 274 |
# File 'sig/types.rbs', line 272 def namespace @namespace end |
#workload_info_list ⇒ ::Array[Types::AwsEksWorkloadInfo]
Returns the value of attribute workload_info_list.
273 274 275 |
# File 'sig/types.rbs', line 273 def workload_info_list @workload_info_list end |