Class: Aws::Types::ControlPanel

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn ⇒ ::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def name
  @name
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("PENDING", "DEPLOYED", "PENDING_DELETION")


62
63
64
# File 'sig/types.rbs', line 62

def status
  @status
end