Class: Aws::Types::UpdateOperation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#excluded ⇒ Boolean

Returns the value of attribute excluded.

Returns:

  • (Boolean)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def excluded
  @excluded
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def name
  @name
end

#properties ⇒ ::Hash[::String, ::String]

Returns the value of attribute properties.

Returns:

  • (::Hash[::String, ::String])


2099
2100
2101
# File 'sig/types.rbs', line 2099

def properties
  @properties
end