Class: Aws::Types::BatchCreateSecurityRequirementResult

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)


119
120
121
# File 'sig/types.rbs', line 119

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def description
  @description
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def domain
  @domain
end

#evaluation::String

Returns the value of attribute evaluation.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def evaluation
  @evaluation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def name
  @name
end

#pack_id::String

Returns the value of attribute pack_id.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def pack_id
  @pack_id
end

#remediation::String

Returns the value of attribute remediation.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def remediation
  @remediation
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


120
121
122
# File 'sig/types.rbs', line 120

def updated_at
  @updated_at
end