Class: Aws::Types::UpdateDashboardRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12525
12526
12527
# File 'sig/types.rbs', line 12525

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


12526
12527
12528
# File 'sig/types.rbs', line 12526

def dashboard_id
  @dashboard_id
end

#dashboard_publish_optionsTypes::DashboardPublishOptions

Returns the value of attribute dashboard_publish_options.



12531
12532
12533
# File 'sig/types.rbs', line 12531

def dashboard_publish_options
  @dashboard_publish_options
end

#definitionTypes::DashboardVersionDefinition

Returns the value of attribute definition.



12533
12534
12535
# File 'sig/types.rbs', line 12533

def definition
  @definition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12527
12528
12529
# File 'sig/types.rbs', line 12527

def name
  @name
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



12529
12530
12531
# File 'sig/types.rbs', line 12529

def parameters
  @parameters
end

#source_entityTypes::DashboardSourceEntity

Returns the value of attribute source_entity.



12528
12529
12530
# File 'sig/types.rbs', line 12528

def source_entity
  @source_entity
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


12532
12533
12534
# File 'sig/types.rbs', line 12532

def theme_arn
  @theme_arn
end

#validation_strategyTypes::ValidationStrategy

Returns the value of attribute validation_strategy.



12534
12535
12536
# File 'sig/types.rbs', line 12534

def validation_strategy
  @validation_strategy
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


12530
12531
12532
# File 'sig/types.rbs', line 12530

def version_description
  @version_description
end