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

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2284
2285
2286
# File 'sig/types.rbs', line 2284

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


2285
2286
2287
# File 'sig/types.rbs', line 2285

def dashboard_id
  @dashboard_id
end

#dashboard_publish_optionsTypes::DashboardPublishOptions

Returns the value of attribute dashboard_publish_options.



2292
2293
2294
# File 'sig/types.rbs', line 2292

def dashboard_publish_options
  @dashboard_publish_options
end

#definitionTypes::DashboardVersionDefinition

Returns the value of attribute definition.



2294
2295
2296
# File 'sig/types.rbs', line 2294

def definition
  @definition
end

#folder_arns::Array[::String]

Returns the value of attribute folder_arns.

Returns:

  • (::Array[::String])


2296
2297
2298
# File 'sig/types.rbs', line 2296

def folder_arns
  @folder_arns
end

Returns the value of attribute link_entities.

Returns:

  • (::Array[::String])


2298
2299
2300
# File 'sig/types.rbs', line 2298

def link_entities
  @link_entities
end

Returns the value of attribute link_sharing_configuration.



2297
2298
2299
# File 'sig/types.rbs', line 2297

def link_sharing_configuration
  @link_sharing_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2286
2287
2288
# File 'sig/types.rbs', line 2286

def name
  @name
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



2287
2288
2289
# File 'sig/types.rbs', line 2287

def parameters
  @parameters
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2288
2289
2290
# File 'sig/types.rbs', line 2288

def permissions
  @permissions
end

#source_entityTypes::DashboardSourceEntity

Returns the value of attribute source_entity.



2289
2290
2291
# File 'sig/types.rbs', line 2289

def source_entity
  @source_entity
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2290
2291
2292
# File 'sig/types.rbs', line 2290

def tags
  @tags
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


2293
2294
2295
# File 'sig/types.rbs', line 2293

def theme_arn
  @theme_arn
end

#validation_strategyTypes::ValidationStrategy

Returns the value of attribute validation_strategy.



2295
2296
2297
# File 'sig/types.rbs', line 2295

def validation_strategy
  @validation_strategy
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


2291
2292
2293
# File 'sig/types.rbs', line 2291

def version_description
  @version_description
end