Class: Aws::Redshift::Types::CreateQev2IdcApplicationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CreateQev2IdcApplicationMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#idc_display_name ⇒ String
The display name for the Amazon Redshift Query Editor (QEV2) IAM Identity Center application.
-
#idc_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity Center instance used to create the Amazon Redshift Query Editor (QEV2) managed application.
-
#qev_2_idc_application_name ⇒ String
The name of the Amazon Redshift Query Editor (QEV2) application in IAM Identity Center.
-
#tags ⇒ Array<Types::Tag>
A list of tags to associate with the application.
Instance Attribute Details
#idc_display_name ⇒ String
The display name for the Amazon Redshift Query Editor (QEV2) IAM Identity Center application. It appears in the console.
3051 3052 3053 3054 3055 3056 3057 3058 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3051 class CreateQev2IdcApplicationMessage < Struct.new( :idc_instance_arn, :qev_2_idc_application_name, :idc_display_name, :tags) SENSITIVE = [] include Aws::Structure end |
#idc_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity Center instance used to create the Amazon Redshift Query Editor (QEV2) managed application.
3051 3052 3053 3054 3055 3056 3057 3058 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3051 class CreateQev2IdcApplicationMessage < Struct.new( :idc_instance_arn, :qev_2_idc_application_name, :idc_display_name, :tags) SENSITIVE = [] include Aws::Structure end |
#qev_2_idc_application_name ⇒ String
The name of the Amazon Redshift Query Editor (QEV2) application in IAM Identity Center.
3051 3052 3053 3054 3055 3056 3057 3058 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3051 class CreateQev2IdcApplicationMessage < Struct.new( :idc_instance_arn, :qev_2_idc_application_name, :idc_display_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags to associate with the application. Tags are key-value pairs that you can use to organize and identify your resources.
3051 3052 3053 3054 3055 3056 3057 3058 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3051 class CreateQev2IdcApplicationMessage < Struct.new( :idc_instance_arn, :qev_2_idc_application_name, :idc_display_name, :tags) SENSITIVE = [] include Aws::Structure end |