Class: Aws::IoTManagedIntegrations::Types::StartAccountAssociationRefreshResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::StartAccountAssociationRefreshResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[:o_auth_authorization_url]
Instance Attribute Summary collapse
-
#o_auth_authorization_url ⇒ String
Third-party IoT platform OAuth authorization server URL with all required parameters to perform end-user authentication during the refresh process.
Instance Attribute Details
#o_auth_authorization_url ⇒ String
Third-party IoT platform OAuth authorization server URL with all required parameters to perform end-user authentication during the refresh process.
4535 4536 4537 4538 4539 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4535 class StartAccountAssociationRefreshResponse < Struct.new( :o_auth_authorization_url) SENSITIVE = [:o_auth_authorization_url] include Aws::Structure end |