Class: Aws::Types::BatchGetSecurityRequirementResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


299
300
301
# File 'sig/types.rbs', line 299

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def description
  @description
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def domain
  @domain
end

#evaluation::String

Returns the value of attribute evaluation.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def evaluation
  @evaluation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def name
  @name
end

#pack_id::String

Returns the value of attribute pack_id.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def pack_id
  @pack_id
end

#remediation::String

Returns the value of attribute remediation.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def remediation
  @remediation
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


300
301
302
# File 'sig/types.rbs', line 300

def updated_at
  @updated_at
end