Class: Aws::Types::Analysis

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def analysis_id
  @analysis_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


229
230
231
# File 'sig/types.rbs', line 229

def created_time
  @created_time
end

#data_set_arns::Array[::String]

Returns the value of attribute data_set_arns.

Returns:

  • (::Array[::String])


226
227
228
# File 'sig/types.rbs', line 226

def data_set_arns
  @data_set_arns
end

#errors::Array[Types::AnalysisError]

Returns the value of attribute errors.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def errors
  @errors
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


230
231
232
# File 'sig/types.rbs', line 230

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def name
  @name
end

#sheets::Array[Types::Sheet]

Returns the value of attribute sheets.

Returns:



231
232
233
# File 'sig/types.rbs', line 231

def sheets
  @sheets
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")


224
225
226
# File 'sig/types.rbs', line 224

def status
  @status
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def theme_arn
  @theme_arn
end

#topic_arns::Array[::String]

Returns the value of attribute topic_arns.

Returns:

  • (::Array[::String])


227
228
229
# File 'sig/types.rbs', line 227

def topic_arns
  @topic_arns
end