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)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def description
  @description
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


2369
2370
2371
# File 'sig/types.rbs', line 2369

def domain
  @domain
end

#evaluation::String

Returns the value of attribute evaluation.

Returns:

  • (::String)


2370
2371
2372
# File 'sig/types.rbs', line 2370

def evaluation
  @evaluation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def name
  @name
end

#remediation::String

Returns the value of attribute remediation.

Returns:

  • (::String)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def remediation
  @remediation
end