Class: Aws::Types::UpdateResourceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#patch_operations::Array[Types::PatchOperation]

Returns the value of attribute patch_operations.

Returns:



1470
1471
1472
# File 'sig/types.rbs', line 1470

def patch_operations
  @patch_operations
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def resource_id
  @resource_id
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def rest_api_id
  @rest_api_id
end