Class: Aws::Types::CreateRedshiftIdcApplicationMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateRedshiftIdcApplicationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_type ⇒ "None", "Lakehouse"
Returns the value of attribute application_type.
-
#authorized_token_issuer_list ⇒ ::Array[Types::AuthorizedTokenIssuer]
Returns the value of attribute authorized_token_issuer_list.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#idc_display_name ⇒ ::String
Returns the value of attribute idc_display_name.
-
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
-
#identity_namespace ⇒ ::String
Returns the value of attribute identity_namespace.
-
#redshift_idc_application_name ⇒ ::String
Returns the value of attribute redshift_idc_application_name.
-
#service_integrations ⇒ ::Array[Types::ServiceIntegrationsUnion]
Returns the value of attribute service_integrations.
-
#sso_tag_keys ⇒ ::Array[::String]
Returns the value of attribute sso_tag_keys.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#application_type ⇒ "None", "Lakehouse"
Returns the value of attribute application_type.
700 701 702 |
# File 'sig/types.rbs', line 700 def application_type @application_type end |
#authorized_token_issuer_list ⇒ ::Array[Types::AuthorizedTokenIssuer]
Returns the value of attribute authorized_token_issuer_list.
698 699 700 |
# File 'sig/types.rbs', line 698 def @authorized_token_issuer_list end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
697 698 699 |
# File 'sig/types.rbs', line 697 def iam_role_arn @iam_role_arn end |
#idc_display_name ⇒ ::String
Returns the value of attribute idc_display_name.
696 697 698 |
# File 'sig/types.rbs', line 696 def idc_display_name @idc_display_name end |
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
693 694 695 |
# File 'sig/types.rbs', line 693 def idc_instance_arn @idc_instance_arn end |
#identity_namespace ⇒ ::String
Returns the value of attribute identity_namespace.
695 696 697 |
# File 'sig/types.rbs', line 695 def identity_namespace @identity_namespace end |
#redshift_idc_application_name ⇒ ::String
Returns the value of attribute redshift_idc_application_name.
694 695 696 |
# File 'sig/types.rbs', line 694 def redshift_idc_application_name @redshift_idc_application_name end |
#service_integrations ⇒ ::Array[Types::ServiceIntegrationsUnion]
Returns the value of attribute service_integrations.
699 700 701 |
# File 'sig/types.rbs', line 699 def service_integrations @service_integrations end |
#sso_tag_keys ⇒ ::Array[::String]
Returns the value of attribute sso_tag_keys.
702 703 704 |
# File 'sig/types.rbs', line 702 def sso_tag_keys @sso_tag_keys end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
701 702 703 |
# File 'sig/types.rbs', line 701 def @tags end |