Class: Aws::CognitoIdentityProvider::Types::DeleteManagedLoginBrandingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DeleteManagedLoginBrandingRequest
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_login_branding_id ⇒ String
The ID of the managed login branding style that you want to delete.
-
#user_pool_id ⇒ String
The ID of the user pool that contains the managed login branding style that you want to delete.
Instance Attribute Details
#managed_login_branding_id ⇒ String
The ID of the managed login branding style that you want to delete.
4781 4782 4783 4784 4785 4786 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4781 class DeleteManagedLoginBrandingRequest < Struct.new( :managed_login_branding_id, :user_pool_id) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool that contains the managed login branding style that you want to delete.
4781 4782 4783 4784 4785 4786 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4781 class DeleteManagedLoginBrandingRequest < Struct.new( :managed_login_branding_id, :user_pool_id) SENSITIVE = [] include Aws::Structure end |