Class: Aws::Types::RemediationStep

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:title, :content])

Instance Attribute Summary collapse

Instance Attribute Details

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


1627
1628
1629
# File 'sig/types.rbs', line 1627

def content
  @content
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


1626
1627
1628
# File 'sig/types.rbs', line 1626

def title
  @title
end