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)


2187
2188
2189
# File 'sig/types.rbs', line 2187

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


2188
2189
2190
# File 'sig/types.rbs', line 2188

def dashboard_id
  @dashboard_id
end

#dashboard_publish_optionsTypes::DashboardPublishOptions

Returns the value of attribute dashboard_publish_options.



2195
2196
2197
# File 'sig/types.rbs', line 2195

def dashboard_publish_options
  @dashboard_publish_options
end

#definitionTypes::DashboardVersionDefinition

Returns the value of attribute definition.



2197
2198
2199
# File 'sig/types.rbs', line 2197

def definition
  @definition
end

#folder_arns::Array[::String]

Returns the value of attribute folder_arns.

Returns:

  • (::Array[::String])


2199
2200
2201
# File 'sig/types.rbs', line 2199

def folder_arns
  @folder_arns
end

Returns the value of attribute link_entities.

Returns:

  • (::Array[::String])


2201
2202
2203
# File 'sig/types.rbs', line 2201

def link_entities
  @link_entities
end

Returns the value of attribute link_sharing_configuration.



2200
2201
2202
# File 'sig/types.rbs', line 2200

def link_sharing_configuration
  @link_sharing_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def name
  @name
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



2190
2191
2192
# File 'sig/types.rbs', line 2190

def parameters
  @parameters
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2191
2192
2193
# File 'sig/types.rbs', line 2191

def permissions
  @permissions
end

#source_entityTypes::DashboardSourceEntity

Returns the value of attribute source_entity.



2192
2193
2194
# File 'sig/types.rbs', line 2192

def source_entity
  @source_entity
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2193
2194
2195
# File 'sig/types.rbs', line 2193

def tags
  @tags
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def theme_arn
  @theme_arn
end

#validation_strategyTypes::ValidationStrategy

Returns the value of attribute validation_strategy.



2198
2199
2200
# File 'sig/types.rbs', line 2198

def validation_strategy
  @validation_strategy
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def version_description
  @version_description
end