Class: Aws::Types::UpdateSecurityRequirementEntry

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)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def description
  @description
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def domain
  @domain
end

#evaluation::String

Returns the value of attribute evaluation.

Returns:

  • (::String)


2394
2395
2396
# File 'sig/types.rbs', line 2394

def evaluation
  @evaluation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2391
2392
2393
# File 'sig/types.rbs', line 2391

def name
  @name
end

#remediation::String

Returns the value of attribute remediation.

Returns:

  • (::String)


2395
2396
2397
# File 'sig/types.rbs', line 2395

def remediation
  @remediation
end