Class: Aws::Types::CreateSecurityRequirementEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def description
  @description
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def domain
  @domain
end

#evaluation::String

Returns the value of attribute evaluation.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def evaluation
  @evaluation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def name
  @name
end

#remediation::String

Returns the value of attribute remediation.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def remediation
  @remediation
end