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)


1955
1956
1957
# File 'sig/types.rbs', line 1955

def comment
  @comment
end

#criticality"HARD", ...

Returns the value of attribute criticality.

Returns:

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


1954
1955
1956
# File 'sig/types.rbs', line 1954

def criticality
  @criticality
end

#dependency_id::String

Returns the value of attribute dependency_id.

Returns:

  • (::String)


1951
1952
1953
# File 'sig/types.rbs', line 1951

def dependency_id
  @dependency_id
end

#dependency_name::String

Returns the value of attribute dependency_name.

Returns:

  • (::String)


1952
1953
1954
# File 'sig/types.rbs', line 1952

def dependency_name
  @dependency_name
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1953
1954
1955
# File 'sig/types.rbs', line 1953

def location
  @location
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


1956
1957
1958
# File 'sig/types.rbs', line 1956

def provider
  @provider
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def updated_at
  @updated_at
end