Class: Aws::Types::DashboardVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3066
3067
3068
# File 'sig/types.rbs', line 3066

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3062
3063
3064
# File 'sig/types.rbs', line 3062

def created_time
  @created_time
end

#data_set_arns::Array[::String]

Returns the value of attribute data_set_arns.

Returns:

  • (::Array[::String])


3068
3069
3070
# File 'sig/types.rbs', line 3068

def data_set_arns
  @data_set_arns
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3070
3071
3072
# File 'sig/types.rbs', line 3070

def description
  @description
end

#errors::Array[Types::DashboardError]

Returns the value of attribute errors.

Returns:



3063
3064
3065
# File 'sig/types.rbs', line 3063

def errors
  @errors
end

#sheets::Array[Types::Sheet]

Returns the value of attribute sheets.

Returns:



3072
3073
3074
# File 'sig/types.rbs', line 3072

def sheets
  @sheets
end

#source_entity_arn::String

Returns the value of attribute source_entity_arn.

Returns:

  • (::String)


3067
3068
3069
# File 'sig/types.rbs', line 3067

def source_entity_arn
  @source_entity_arn
end

#status"CREATION_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED")


3065
3066
3067
# File 'sig/types.rbs', line 3065

def status
  @status
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


3071
3072
3073
# File 'sig/types.rbs', line 3071

def theme_arn
  @theme_arn
end

#topic_arns::Array[::String]

Returns the value of attribute topic_arns.

Returns:

  • (::Array[::String])


3069
3070
3071
# File 'sig/types.rbs', line 3069

def topic_arns
  @topic_arns
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


3064
3065
3066
# File 'sig/types.rbs', line 3064

def version_number
  @version_number
end