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)


2935
2936
2937
# File 'sig/types.rbs', line 2935

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


2931
2932
2933
# File 'sig/types.rbs', line 2931

def created_time
  @created_time
end

#data_set_arns::Array[::String]

Returns the value of attribute data_set_arns.

Returns:

  • (::Array[::String])


2937
2938
2939
# File 'sig/types.rbs', line 2937

def data_set_arns
  @data_set_arns
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2939
2940
2941
# File 'sig/types.rbs', line 2939

def description
  @description
end

#errors::Array[Types::DashboardError]

Returns the value of attribute errors.

Returns:



2932
2933
2934
# File 'sig/types.rbs', line 2932

def errors
  @errors
end

#sheets::Array[Types::Sheet]

Returns the value of attribute sheets.

Returns:



2941
2942
2943
# File 'sig/types.rbs', line 2941

def sheets
  @sheets
end

#source_entity_arn::String

Returns the value of attribute source_entity_arn.

Returns:

  • (::String)


2936
2937
2938
# File 'sig/types.rbs', line 2936

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")


2934
2935
2936
# File 'sig/types.rbs', line 2934

def status
  @status
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


2940
2941
2942
# File 'sig/types.rbs', line 2940

def theme_arn
  @theme_arn
end

#topic_arns::Array[::String]

Returns the value of attribute topic_arns.

Returns:

  • (::Array[::String])


2938
2939
2940
# File 'sig/types.rbs', line 2938

def topic_arns
  @topic_arns
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


2933
2934
2935
# File 'sig/types.rbs', line 2933

def version_number
  @version_number
end