Class: Aws::Types::ControlPanel
- Inherits:
-
Object
- Object
- Aws::Types::ControlPanel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
-
#default_control_panel ⇒ Boolean
Returns the value of attribute default_control_panel.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#routing_control_count ⇒ ::Integer
Returns the value of attribute routing_control_count.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
57 58 59 |
# File 'sig/types.rbs', line 57 def cluster_arn @cluster_arn end |
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
58 59 60 |
# File 'sig/types.rbs', line 58 def control_panel_arn @control_panel_arn end |
#default_control_panel ⇒ Boolean
Returns the value of attribute default_control_panel.
59 60 61 |
# File 'sig/types.rbs', line 59 def default_control_panel @default_control_panel end |
#name ⇒ ::String
Returns the value of attribute name.
60 61 62 |
# File 'sig/types.rbs', line 60 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
63 64 65 |
# File 'sig/types.rbs', line 63 def owner @owner end |
#routing_control_count ⇒ ::Integer
Returns the value of attribute routing_control_count.
61 62 63 |
# File 'sig/types.rbs', line 61 def routing_control_count @routing_control_count end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
62 63 64 |
# File 'sig/types.rbs', line 62 def status @status end |