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)


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

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


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

def domain
  @domain
end

#evaluation::String

Returns the value of attribute evaluation.

Returns:

  • (::String)


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

def evaluation
  @evaluation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#pack_id::String

Returns the value of attribute pack_id.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def pack_id
  @pack_id
end

#remediation::String

Returns the value of attribute remediation.

Returns:

  • (::String)


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

def remediation
  @remediation
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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

def updated_at
  @updated_at
end