Class: Aws::IoTFleetWise::Types::RegisterAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::RegisterAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#iam_resources ⇒ Types::IamResources
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
-
#last_modification_time ⇒ Time
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#register_account_status ⇒ String
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
-
#timestream_resources ⇒ Types::TimestreamResources
The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.
Instance Attribute Details
#creation_time ⇒ Time
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
3842 3843 3844 3845 3846 3847 3848 3849 3850 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3842 class RegisterAccountResponse < Struct.new( :register_account_status, :timestream_resources, :iam_resources, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#iam_resources ⇒ Types::IamResources
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
3842 3843 3844 3845 3846 3847 3848 3849 3850 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3842 class RegisterAccountResponse < Struct.new( :register_account_status, :timestream_resources, :iam_resources, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
3842 3843 3844 3845 3846 3847 3848 3849 3850 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3842 class RegisterAccountResponse < Struct.new( :register_account_status, :timestream_resources, :iam_resources, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#register_account_status ⇒ String
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
3842 3843 3844 3845 3846 3847 3848 3849 3850 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3842 class RegisterAccountResponse < Struct.new( :register_account_status, :timestream_resources, :iam_resources, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#timestream_resources ⇒ Types::TimestreamResources
The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.
3842 3843 3844 3845 3846 3847 3848 3849 3850 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3842 class RegisterAccountResponse < Struct.new( :register_account_status, :timestream_resources, :iam_resources, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |