Class: Aws::GeoRoutes::Types::RouteStationDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-georoutes/types.rb

Overview

Details about the station.

Constant Summary collapse

SENSITIVE =
[:platform_name, :short_name]

Instance Attribute Summary collapse

Instance Attribute Details

#accessibilityTypes::RouteAccessibilityAvailabilityDetails

Wheelchair accessibility information for the station.



6074
6075
6076
6077
6078
6079
6080
# File 'lib/aws-sdk-georoutes/types.rb', line 6074

class RouteStationDetails < Struct.new(
  :accessibility,
  :platform_name,
  :short_name)
  SENSITIVE = [:platform_name, :short_name]
  include Aws::Structure
end

#platform_nameString

Platform name or number.

Returns:

  • (String)


6074
6075
6076
6077
6078
6079
6080
# File 'lib/aws-sdk-georoutes/types.rb', line 6074

class RouteStationDetails < Struct.new(
  :accessibility,
  :platform_name,
  :short_name)
  SENSITIVE = [:platform_name, :short_name]
  include Aws::Structure
end

#short_nameString

Short text or a number that identifies the station.

Returns:

  • (String)


6074
6075
6076
6077
6078
6079
6080
# File 'lib/aws-sdk-georoutes/types.rb', line 6074

class RouteStationDetails < Struct.new(
  :accessibility,
  :platform_name,
  :short_name)
  SENSITIVE = [:platform_name, :short_name]
  include Aws::Structure
end