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)


12101
12102
12103
# File 'sig/types.rbs', line 12101

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


12102
12103
12104
# File 'sig/types.rbs', line 12102

def dashboard_id
  @dashboard_id
end

#dashboard_publish_optionsTypes::DashboardPublishOptions

Returns the value of attribute dashboard_publish_options.



12107
12108
12109
# File 'sig/types.rbs', line 12107

def dashboard_publish_options
  @dashboard_publish_options
end

#definitionTypes::DashboardVersionDefinition

Returns the value of attribute definition.



12109
12110
12111
# File 'sig/types.rbs', line 12109

def definition
  @definition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12103
12104
12105
# File 'sig/types.rbs', line 12103

def name
  @name
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



12105
12106
12107
# File 'sig/types.rbs', line 12105

def parameters
  @parameters
end

#source_entityTypes::DashboardSourceEntity

Returns the value of attribute source_entity.



12104
12105
12106
# File 'sig/types.rbs', line 12104

def source_entity
  @source_entity
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


12108
12109
12110
# File 'sig/types.rbs', line 12108

def theme_arn
  @theme_arn
end

#validation_strategyTypes::ValidationStrategy

Returns the value of attribute validation_strategy.



12110
12111
12112
# File 'sig/types.rbs', line 12110

def validation_strategy
  @validation_strategy
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


12106
12107
12108
# File 'sig/types.rbs', line 12106

def version_description
  @version_description
end