Class: Aws::IoTManagedIntegrations::Types::CreateAccountAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::CreateAccountAssociationResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[:o_auth_authorization_url]
Instance Attribute Summary collapse
-
#account_association_id ⇒ String
The identifier for the account association request.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the account association.
-
#association_state ⇒ String
The current state of the account association request.
-
#o_auth_authorization_url ⇒ String
Third-party IoT platform OAuth authorization server URL backed with all the required parameters to perform end-user authentication.
Instance Attribute Details
#account_association_id ⇒ String
The identifier for the account association request.
491 492 493 494 495 496 497 498 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 491 class CreateAccountAssociationResponse < Struct.new( :o_auth_authorization_url, :account_association_id, :association_state, :arn) SENSITIVE = [:o_auth_authorization_url] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the account association.
491 492 493 494 495 496 497 498 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 491 class CreateAccountAssociationResponse < Struct.new( :o_auth_authorization_url, :account_association_id, :association_state, :arn) SENSITIVE = [:o_auth_authorization_url] include Aws::Structure end |
#association_state ⇒ String
The current state of the account association request.
491 492 493 494 495 496 497 498 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 491 class CreateAccountAssociationResponse < Struct.new( :o_auth_authorization_url, :account_association_id, :association_state, :arn) SENSITIVE = [:o_auth_authorization_url] include Aws::Structure end |
#o_auth_authorization_url ⇒ String
Third-party IoT platform OAuth authorization server URL backed with all the required parameters to perform end-user authentication.
491 492 493 494 495 496 497 498 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 491 class CreateAccountAssociationResponse < Struct.new( :o_auth_authorization_url, :account_association_id, :association_state, :arn) SENSITIVE = [:o_auth_authorization_url] include Aws::Structure end |