Class: Aws::Types::DescribeGeofenceCollectionResponse

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

#collection_arn::String

Returns the value of attribute collection_arn.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def collection_arn
  @collection_arn
end

#collection_name::String

Returns the value of attribute collection_name.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def collection_name
  @collection_name
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


452
453
454
# File 'sig/types.rbs', line 452

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


447
448
449
# File 'sig/types.rbs', line 447

def description
  @description
end

#geofence_count::Integer

Returns the value of attribute geofence_count.

Returns:

  • (::Integer)


454
455
456
# File 'sig/types.rbs', line 454

def geofence_count
  @geofence_count
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def kms_key_id
  @kms_key_id
end

#pricing_plan"RequestBasedUsage", ...

Returns the value of attribute pricing_plan.

Returns:

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


448
449
450
# File 'sig/types.rbs', line 448

def pricing_plan
  @pricing_plan
end

#pricing_plan_data_source::String

Returns the value of attribute pricing_plan_data_source.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def pricing_plan_data_source
  @pricing_plan_data_source
end

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

Returns the value of attribute tags.

Returns:

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


451
452
453
# File 'sig/types.rbs', line 451

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


453
454
455
# File 'sig/types.rbs', line 453

def update_time
  @update_time
end