Class: Aws::Types::UpdateDependencyRequest

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)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def comment
  @comment
end

#criticality"HARD", ...

Returns the value of attribute criticality.

Returns:

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


1945
1946
1947
# File 'sig/types.rbs', line 1945

def criticality
  @criticality
end

#dependency_id::String

Returns the value of attribute dependency_id.

Returns:

  • (::String)


1944
1945
1946
# File 'sig/types.rbs', line 1944

def dependency_id
  @dependency_id
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def service_arn
  @service_arn
end