Class: Aws::Redshift::Types::DeleteRedshiftIdcApplicationMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::DeleteRedshiftIdcApplicationMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #redshift_idc_application_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN for a deleted Amazon Redshift IAM Identity Center application.
 
Instance Attribute Details
#redshift_idc_application_arn ⇒ String
The ARN for a deleted Amazon Redshift IAM Identity Center application.
      3700 3701 3702 3703 3704  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3700 class DeleteRedshiftIdcApplicationMessage < Struct.new( :redshift_idc_application_arn) SENSITIVE = [] include Aws::Structure end  |