Class: Aws::IoTFleetWise::Types::RegisterAccountResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

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

Returns:

  • (Time)


3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3284

class RegisterAccountResponse < Struct.new(
  :register_account_status,
  :timestream_resources,
  :iam_resources,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#iam_resourcesTypes::IamResources

The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.

Returns:



3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3284

class RegisterAccountResponse < Struct.new(
  :register_account_status,
  :timestream_resources,
  :iam_resources,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modification_timeTime

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

Returns:

  • (Time)


3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3284

class RegisterAccountResponse < Struct.new(
  :register_account_status,
  :timestream_resources,
  :iam_resources,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#register_account_statusString

The status of registering your Amazon Web Services account, IAM role, and Timestream resources.

Returns:

  • (String)


3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3284

class RegisterAccountResponse < Struct.new(
  :register_account_status,
  :timestream_resources,
  :iam_resources,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#timestream_resourcesTypes::TimestreamResources

The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.



3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3284

class RegisterAccountResponse < Struct.new(
  :register_account_status,
  :timestream_resources,
  :iam_resources,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end