Class: Aws::Types::GetTileInput
- Inherits:
-
Object
- Object
- Aws::Types::GetTileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#image_assets ⇒ ::Array[::String]
Returns the value of attribute image_assets.
-
#image_mask ⇒ Boolean
Returns the value of attribute image_mask.
-
#output_data_type ⇒ "INT32", ...
Returns the value of attribute output_data_type.
-
#output_format ⇒ ::String
Returns the value of attribute output_format.
-
#property_filters ⇒ ::String
Returns the value of attribute property_filters.
-
#target ⇒ "INPUT", "OUTPUT"
Returns the value of attribute target.
-
#time_range_filter ⇒ ::String
Returns the value of attribute time_range_filter.
-
#x ⇒ ::Integer
Returns the value of attribute x.
-
#y ⇒ ::Integer
Returns the value of attribute y.
-
#z ⇒ ::Integer
Returns the value of attribute z.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
221 222 223 |
# File 'sig/types.rbs', line 221 def arn @arn end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
222 223 224 |
# File 'sig/types.rbs', line 222 def execution_role_arn @execution_role_arn end |
#image_assets ⇒ ::Array[::String]
Returns the value of attribute image_assets.
223 224 225 |
# File 'sig/types.rbs', line 223 def image_assets @image_assets end |
#image_mask ⇒ Boolean
Returns the value of attribute image_mask.
224 225 226 |
# File 'sig/types.rbs', line 224 def image_mask @image_mask end |
#output_data_type ⇒ "INT32", ...
Returns the value of attribute output_data_type.
225 226 227 |
# File 'sig/types.rbs', line 225 def output_data_type @output_data_type end |
#output_format ⇒ ::String
Returns the value of attribute output_format.
226 227 228 |
# File 'sig/types.rbs', line 226 def output_format @output_format end |
#property_filters ⇒ ::String
Returns the value of attribute property_filters.
227 228 229 |
# File 'sig/types.rbs', line 227 def property_filters @property_filters end |
#target ⇒ "INPUT", "OUTPUT"
Returns the value of attribute target.
228 229 230 |
# File 'sig/types.rbs', line 228 def target @target end |
#time_range_filter ⇒ ::String
Returns the value of attribute time_range_filter.
229 230 231 |
# File 'sig/types.rbs', line 229 def time_range_filter @time_range_filter end |
#x ⇒ ::Integer
Returns the value of attribute x.
230 231 232 |
# File 'sig/types.rbs', line 230 def x @x end |
#y ⇒ ::Integer
Returns the value of attribute y.
231 232 233 |
# File 'sig/types.rbs', line 231 def y @y end |
#z ⇒ ::Integer
Returns the value of attribute z.
232 233 234 |
# File 'sig/types.rbs', line 232 def z @z end |