Class: Aws::CognitoIdentityProvider::Types::DeleteManagedLoginBrandingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DeleteManagedLoginBrandingRequest
- Includes:
- Structure
- Defined in:
- 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.
4918 4919 4920 4921 4922 4923 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4918 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.
4918 4919 4920 4921 4922 4923 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4918 class DeleteManagedLoginBrandingRequest < Struct.new( :managed_login_branding_id, :user_pool_id) SENSITIVE = [] include Aws::Structure end |