Class: Aws::Types::UpdateDependencyResponse

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)


1865
1866
1867
# File 'sig/types.rbs', line 1865

def comment
  @comment
end

#criticality"HARD", ...

Returns the value of attribute criticality.

Returns:

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


1864
1865
1866
# File 'sig/types.rbs', line 1864

def criticality
  @criticality
end

#dependency_id::String

Returns the value of attribute dependency_id.

Returns:

  • (::String)


1861
1862
1863
# File 'sig/types.rbs', line 1861

def dependency_id
  @dependency_id
end

#dependency_name::String

Returns the value of attribute dependency_name.

Returns:

  • (::String)


1862
1863
1864
# File 'sig/types.rbs', line 1862

def dependency_name
  @dependency_name
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1863
1864
1865
# File 'sig/types.rbs', line 1863

def location
  @location
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


1866
1867
1868
# File 'sig/types.rbs', line 1866

def provider
  @provider
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1867
1868
1869
# File 'sig/types.rbs', line 1867

def updated_at
  @updated_at
end