Class: Aws::Redshift::Types::DeleteRedshiftIdcApplicationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteRedshiftIdcApplicationMessage
- Defined in:
- gems/aws-sdk-redshift/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.
3768 3769 3770 3771 3772 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3768 class DeleteRedshiftIdcApplicationMessage < Struct.new( :redshift_idc_application_arn) SENSITIVE = [] include Aws::Structure end |