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)


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

def client_token
  @client_token
end

#dashboard_definition::String

Returns the value of attribute dashboard_definition.

Returns:

  • (::String)


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

def dashboard_definition
  @dashboard_definition
end

#dashboard_description::String

Returns the value of attribute dashboard_description.

Returns:

  • (::String)


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

def dashboard_description
  @dashboard_description
end

#dashboard_name::String

Returns the value of attribute dashboard_name.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def dashboard_name
  @dashboard_name
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


973
974
975
# File 'sig/types.rbs', line 973

def project_id
  @project_id
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end