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. This field will be empty when using General Authorization flows that do not require OAuth.
4674 4675 4676 4677 4678 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4674 class StartAccountAssociationRefreshResponse < Struct.new( :o_auth_authorization_url) SENSITIVE = [:o_auth_authorization_url] include Aws::Structure end |