Class: Aws::Types::CoverageResource

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)


413
414
415
# File 'sig/types.rbs', line 413

def 
  @account_id
end

#coverage_status"HEALTHY", "UNHEALTHY"

Returns the value of attribute coverage_status.

Returns:

  • ("HEALTHY", "UNHEALTHY")


415
416
417
# File 'sig/types.rbs', line 415

def coverage_status
  @coverage_status
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def detector_id
  @detector_id
end

#issue::String

Returns the value of attribute issue.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def issue
  @issue
end

#resource_detailsTypes::CoverageResourceDetails

Returns the value of attribute resource_details.



414
415
416
# File 'sig/types.rbs', line 414

def resource_details
  @resource_details
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def resource_id
  @resource_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


417
418
419
# File 'sig/types.rbs', line 417

def updated_at
  @updated_at
end