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)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def description
  @description
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


2351
2352
2353
# File 'sig/types.rbs', line 2351

def domain
  @domain
end

#evaluation::String

Returns the value of attribute evaluation.

Returns:

  • (::String)


2352
2353
2354
# File 'sig/types.rbs', line 2352

def evaluation
  @evaluation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def name
  @name
end

#remediation::String

Returns the value of attribute remediation.

Returns:

  • (::String)


2353
2354
2355
# File 'sig/types.rbs', line 2353

def remediation
  @remediation
end