Class: Aws::IoTFleetWise::Types::GetFleetResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2082

class GetFleetResponse < Struct.new(
  :id,
  :arn,
  :description,
  :signal_catalog_arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).

Returns:

  • (Time)


2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2082

class GetFleetResponse < Struct.new(
  :id,
  :arn,
  :description,
  :signal_catalog_arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A brief description of the fleet.

Returns:

  • (String)


2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2082

class GetFleetResponse < Struct.new(
  :id,
  :arn,
  :description,
  :signal_catalog_arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the fleet.

Returns:

  • (String)


2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2082

class GetFleetResponse < Struct.new(
  :id,
  :arn,
  :description,
  :signal_catalog_arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modification_timeTime

The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).

Returns:

  • (Time)


2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2082

class GetFleetResponse < Struct.new(
  :id,
  :arn,
  :description,
  :signal_catalog_arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#signal_catalog_arnString

The ARN of a signal catalog associated with the fleet.

Returns:

  • (String)


2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2082

class GetFleetResponse < Struct.new(
  :id,
  :arn,
  :description,
  :signal_catalog_arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end