Class: Aws::Types::ResourceWarning

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


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

def resource_arn
  @resource_arn
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


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

def step_name
  @step_name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


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

def version
  @version
end

#warning_message::String

Returns the value of attribute warning_message.

Returns:

  • (::String)


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

def warning_message
  @warning_message
end

#warning_status"active", "resolved"

Returns the value of attribute warning_status.

Returns:

  • ("active", "resolved")


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

def warning_status
  @warning_status
end

#warning_updated_time::Time

Returns the value of attribute warning_updated_time.

Returns:

  • (::Time)


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

def warning_updated_time
  @warning_updated_time
end

#workflowTypes::MinimalWorkflow

Returns the value of attribute workflow.



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

def workflow
  @workflow
end