Class: Aws::Types::GetSolVnfcResourceInfoMetadata
- Inherits:
-
Object
- Object
- Aws::Types::GetSolVnfcResourceInfoMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#helm_chart ⇒ ::String
Returns the value of attribute helm_chart.
-
#node_group ⇒ ::String
Returns the value of attribute node_group.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
302 303 304 |
# File 'sig/types.rbs', line 302 def cluster @cluster end |
#helm_chart ⇒ ::String
Returns the value of attribute helm_chart.
303 304 305 |
# File 'sig/types.rbs', line 303 def helm_chart @helm_chart end |
#node_group ⇒ ::String
Returns the value of attribute node_group.
304 305 306 |
# File 'sig/types.rbs', line 304 def node_group @node_group end |