Class: Aws::Types::CreateDashboardRequest

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)


980
981
982
# File 'sig/types.rbs', line 980

def client_token
  @client_token
end

#dashboard_definition::String

Returns the value of attribute dashboard_definition.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def dashboard_definition
  @dashboard_definition
end

#dashboard_description::String

Returns the value of attribute dashboard_description.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def dashboard_description
  @dashboard_description
end

#dashboard_name::String

Returns the value of attribute dashboard_name.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def dashboard_name
  @dashboard_name
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


976
977
978
# File 'sig/types.rbs', line 976

def project_id
  @project_id
end

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

Returns the value of attribute tags.

Returns:

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


981
982
983
# File 'sig/types.rbs', line 981

def tags
  @tags
end