Class: Aws::Types::DependencySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def comment
  @comment
end

#criticality"HARD", ...

Returns the value of attribute criticality.

Returns:

  • ("HARD", "SOFT", "UNKNOWN")


384
385
386
# File 'sig/types.rbs', line 384

def criticality
  @criticality
end

#dependency_id::String

Returns the value of attribute dependency_id.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def dependency_id
  @dependency_id
end

#dependency_name::String

Returns the value of attribute dependency_name.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def dependency_name
  @dependency_name
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def dns_name
  @dns_name
end

#last_detected_time::Time

Returns the value of attribute last_detected_time.

Returns:

  • (::Time)


380
381
382
# File 'sig/types.rbs', line 380

def last_detected_time
  @last_detected_time
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def location
  @location
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def provider
  @provider
end

#query_rangeTypes::QueryRange

Returns the value of attribute query_range.

Returns:



383
384
385
# File 'sig/types.rbs', line 383

def query_range
  @query_range
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def service_arn
  @service_arn
end

#source_regions::Array[::String]

Returns the value of attribute source_regions.

Returns:

  • (::Array[::String])


381
382
383
# File 'sig/types.rbs', line 381

def source_regions
  @source_regions
end