Class: Aws::Types::PatchSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:configuration])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration::String

Returns the value of attribute configuration.

Returns:

  • (::String)


3660
3661
3662
# File 'sig/types.rbs', line 3660

def configuration
  @configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3658
3659
3660
# File 'sig/types.rbs', line 3658

def name
  @name
end

#products::Array[::String]

Returns the value of attribute products.

Returns:

  • (::Array[::String])


3659
3660
3661
# File 'sig/types.rbs', line 3659

def products
  @products
end