Class: Aws::Types::RecommendedAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


3636
3637
3638
# File 'sig/types.rbs', line 3636

def action_id
  @action_id
end

#apply_modes::Array[::String]

Returns the value of attribute apply_modes.

Returns:

  • (::Array[::String])


3641
3642
3643
# File 'sig/types.rbs', line 3641

def apply_modes
  @apply_modes
end

#context_attributes::Array[Types::ContextAttribute]

Returns the value of attribute context_attributes.

Returns:



3644
3645
3646
# File 'sig/types.rbs', line 3644

def context_attributes
  @context_attributes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3638
3639
3640
# File 'sig/types.rbs', line 3638

def description
  @description
end

#issue_detailsTypes::IssueDetails

Returns the value of attribute issue_details.

Returns:



3643
3644
3645
# File 'sig/types.rbs', line 3643

def issue_details
  @issue_details
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


3639
3640
3641
# File 'sig/types.rbs', line 3639

def operation
  @operation
end

#parameters::Array[Types::RecommendedActionParameter]

Returns the value of attribute parameters.

Returns:



3640
3641
3642
# File 'sig/types.rbs', line 3640

def parameters
  @parameters
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3642
3643
3644
# File 'sig/types.rbs', line 3642

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3637
3638
3639
# File 'sig/types.rbs', line 3637

def title
  @title
end