Class: Aws::Types::DescribeMapResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:create_time, :update_time])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::MapConfiguration

Returns the value of attribute configuration.



486
487
488
# File 'sig/types.rbs', line 486

def configuration
  @configuration
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


489
490
491
# File 'sig/types.rbs', line 489

def create_time
  @create_time
end

#data_source::String

Returns the value of attribute data_source.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def data_source
  @data_source
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def description
  @description
end

#map_arn::String

Returns the value of attribute map_arn.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def map_arn
  @map_arn
end

#map_name::String

Returns the value of attribute map_name.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def map_name
  @map_name
end

#pricing_plan"RequestBasedUsage", ...

Returns the value of attribute pricing_plan.

Returns:

  • ("RequestBasedUsage", "MobileAssetTracking", "MobileAssetManagement")


484
485
486
# File 'sig/types.rbs', line 484

def pricing_plan
  @pricing_plan
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


488
489
490
# File 'sig/types.rbs', line 488

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


490
491
492
# File 'sig/types.rbs', line 490

def update_time
  @update_time
end