Class: Aws::Types::MlResourceDefinition

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)


681
682
683
# File 'sig/types.rbs', line 681

def arn
  @arn
end

#cloudwatch_log_url::String

Returns the value of attribute cloudwatch_log_url.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def cloudwatch_log_url
  @cloudwatch_log_url
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def failure_reason
  @failure_reason
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def name
  @name
end

#output_location::String

Returns the value of attribute output_location.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def output_location
  @output_location
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def status
  @status
end