Class: Aws::Types::GetPlanRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_plan_options_map::Hash[::String, ::String]

Returns the value of attribute additional_plan_options_map.

Returns:

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


3951
3952
3953
# File 'sig/types.rbs', line 3951

def additional_plan_options_map
  @additional_plan_options_map
end

#language"PYTHON", "SCALA"

Returns the value of attribute language.

Returns:

  • ("PYTHON", "SCALA")


3950
3951
3952
# File 'sig/types.rbs', line 3950

def language
  @language
end

#locationTypes::Location

Returns the value of attribute location.

Returns:



3949
3950
3951
# File 'sig/types.rbs', line 3949

def location
  @location
end

#mapping::Array[Types::MappingEntry]

Returns the value of attribute mapping.

Returns:



3946
3947
3948
# File 'sig/types.rbs', line 3946

def mapping
  @mapping
end

#sinks::Array[Types::CatalogEntry]

Returns the value of attribute sinks.

Returns:



3948
3949
3950
# File 'sig/types.rbs', line 3948

def sinks
  @sinks
end

#sourceTypes::CatalogEntry

Returns the value of attribute source.

Returns:



3947
3948
3949
# File 'sig/types.rbs', line 3947

def source
  @source
end