Class: Aws::Types::GetPlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_plan_options_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_plan_options_map.
-
#language ⇒ "PYTHON", "SCALA"
Returns the value of attribute language.
-
#location ⇒ Types::Location
Returns the value of attribute location.
-
#mapping ⇒ ::Array[Types::MappingEntry]
Returns the value of attribute mapping.
-
#sinks ⇒ ::Array[Types::CatalogEntry]
Returns the value of attribute sinks.
-
#source ⇒ Types::CatalogEntry
Returns the value of attribute source.
Instance Attribute Details
#additional_plan_options_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_plan_options_map.
3932 3933 3934 |
# File 'sig/types.rbs', line 3932 def @additional_plan_options_map end |
#language ⇒ "PYTHON", "SCALA"
Returns the value of attribute language.
3931 3932 3933 |
# File 'sig/types.rbs', line 3931 def language @language end |
#location ⇒ Types::Location
Returns the value of attribute location.
3930 3931 3932 |
# File 'sig/types.rbs', line 3930 def location @location end |
#mapping ⇒ ::Array[Types::MappingEntry]
Returns the value of attribute mapping.
3927 3928 3929 |
# File 'sig/types.rbs', line 3927 def mapping @mapping end |
#sinks ⇒ ::Array[Types::CatalogEntry]
Returns the value of attribute sinks.
3929 3930 3931 |
# File 'sig/types.rbs', line 3929 def sinks @sinks end |
#source ⇒ Types::CatalogEntry
Returns the value of attribute source.
3928 3929 3930 |
# File 'sig/types.rbs', line 3928 def source @source end |