Class: Aws::Types::ComplianceByResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#complianceTypes::Compliance

Returns the value of attribute compliance.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def compliance
  @compliance
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def resource_type
  @resource_type
end