Class: Aws::Types::Finding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def arn
  @arn
end

#associated_attack_sequence_arn::String

Returns the value of attribute associated_attack_sequence_arn.

Returns:

  • (::String)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def associated_attack_sequence_arn
  @associated_attack_sequence_arn
end

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def confidence
  @confidence
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def id
  @id
end

#partition::String

Returns the value of attribute partition.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def partition
  @partition
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def region
  @region
end

#resourceTypes::Resource

Returns the value of attribute resource.

Returns:



1163
1164
1165
# File 'sig/types.rbs', line 1163

def resource
  @resource
end

#schema_version::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def schema_version
  @schema_version
end

#serviceTypes::Service

Returns the value of attribute service.

Returns:



1165
1166
1167
# File 'sig/types.rbs', line 1165

def service
  @service
end

#severity::Float

Returns the value of attribute severity.

Returns:

  • (::Float)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def severity
  @severity
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def title
  @title
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def type
  @type
end

#updated_at::String

Returns the value of attribute updated_at.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def updated_at
  @updated_at
end