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)


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

def comment
  @comment
end

#criticality"HARD", ...

Returns the value of attribute criticality.

Returns:

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


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

def criticality
  @criticality
end

#dependency_id::String

Returns the value of attribute dependency_id.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def dependency_id
  @dependency_id
end

#dependency_name::String

Returns the value of attribute dependency_name.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def dependency_name
  @dependency_name
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def dns_name
  @dns_name
end

#last_detected_time::Time

Returns the value of attribute last_detected_time.

Returns:

  • (::Time)


373
374
375
# File 'sig/types.rbs', line 373

def last_detected_time
  @last_detected_time
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def location
  @location
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


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

def provider
  @provider
end

#query_rangeTypes::QueryRange

Returns the value of attribute query_range.

Returns:



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

def query_range
  @query_range
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def service_arn
  @service_arn
end

#source_regions::Array[::String]

Returns the value of attribute source_regions.

Returns:

  • (::Array[::String])


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

def source_regions
  @source_regions
end