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)


1856
1857
1858
# File 'sig/types.rbs', line 1856

def comment
  @comment
end

#criticality"HARD", ...

Returns the value of attribute criticality.

Returns:

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


1855
1856
1857
# File 'sig/types.rbs', line 1855

def criticality
  @criticality
end

#dependency_id::String

Returns the value of attribute dependency_id.

Returns:

  • (::String)


1854
1855
1856
# File 'sig/types.rbs', line 1854

def dependency_id
  @dependency_id
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1853
1854
1855
# File 'sig/types.rbs', line 1853

def service_arn
  @service_arn
end