Class: Aws::Types::CreateControlPanelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def client_token
  @client_token
end

#cluster_arn ⇒ ::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def cluster_arn
  @cluster_arn
end

#control_panel_name ⇒ ::String

Returns the value of attribute control_panel_name.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def control_panel_name
  @control_panel_name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


84
85
86
# File 'sig/types.rbs', line 84

def tags
  @tags
end