Class: Aws::Types::GetTileInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


223
224
225
# File 'sig/types.rbs', line 223

def image_assets
  @image_assets
end

#image_maskBoolean

Returns the value of attribute image_mask.

Returns:

  • (Boolean)


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.

Returns:

  • ("INT32", "FLOAT32", "INT16", "FLOAT64", "UINT16")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def property_filters
  @property_filters
end

#target"INPUT", "OUTPUT"

Returns the value of attribute target.

Returns:

  • ("INPUT", "OUTPUT")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


230
231
232
# File 'sig/types.rbs', line 230

def x
  @x
end

#y::Integer

Returns the value of attribute y.

Returns:

  • (::Integer)


231
232
233
# File 'sig/types.rbs', line 231

def y
  @y
end

#z::Integer

Returns the value of attribute z.

Returns:

  • (::Integer)


232
233
234
# File 'sig/types.rbs', line 232

def z
  @z
end