Class: Aws::Types::DescribeAnalysisDefinitionResponse

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)


4525
4526
4527
# File 'sig/types.rbs', line 4525

def analysis_id
  @analysis_id
end

#definitionTypes::AnalysisDefinition

Returns the value of attribute definition.



4530
4531
4532
# File 'sig/types.rbs', line 4530

def definition
  @definition
end

#errors::Array[Types::AnalysisError]

Returns the value of attribute errors.

Returns:



4527
4528
4529
# File 'sig/types.rbs', line 4527

def errors
  @errors
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4526
4527
4528
# File 'sig/types.rbs', line 4526

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4532
4533
4534
# File 'sig/types.rbs', line 4532

def request_id
  @request_id
end

#resource_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute resource_status.

Returns:

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


4528
4529
4530
# File 'sig/types.rbs', line 4528

def resource_status
  @resource_status
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4531
4532
4533
# File 'sig/types.rbs', line 4531

def status
  @status
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


4529
4530
4531
# File 'sig/types.rbs', line 4529

def theme_arn
  @theme_arn
end