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)


721
722
723
# File 'sig/types.rbs', line 721

def description
  @description
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def domain
  @domain
end

#evaluation::String

Returns the value of attribute evaluation.

Returns:

  • (::String)


723
724
725
# File 'sig/types.rbs', line 723

def evaluation
  @evaluation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def name
  @name
end

#remediation::String

Returns the value of attribute remediation.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def remediation
  @remediation
end