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)


728
729
730
# File 'sig/types.rbs', line 728

def description
  @description
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def domain
  @domain
end

#evaluation::String

Returns the value of attribute evaluation.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def evaluation
  @evaluation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def name
  @name
end

#remediation::String

Returns the value of attribute remediation.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def remediation
  @remediation
end