Class: Aws::Redshift::Types::DeleteQev2IdcApplicationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteQev2IdcApplicationMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#qev_2_idc_application_arn ⇒ String
The Amazon Resource Name (ARN) for the Amazon Redshift Query Editor (QEV2) IAM Identity Center application to delete.
Instance Attribute Details
#qev_2_idc_application_arn ⇒ String
The Amazon Resource Name (ARN) for the Amazon Redshift Query Editor (QEV2) IAM Identity Center application to delete.
3909 3910 3911 3912 3913 |
# File 'lib/aws-sdk-redshift/types.rb', line 3909 class DeleteQev2IdcApplicationMessage < Struct.new( :qev_2_idc_application_arn) SENSITIVE = [] include Aws::Structure end |