Class: Aws::Types::RedshiftIdcApplication
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftIdcApplication
- 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.
-
#idc_managed_application_arn ⇒ ::String
Returns the value of attribute idc_managed_application_arn.
-
#idc_onboard_status ⇒ ::String
Returns the value of attribute idc_onboard_status.
-
#identity_namespace ⇒ ::String
Returns the value of attribute identity_namespace.
-
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
-
#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.
2430 2431 2432 |
# File 'sig/types.rbs', line 2430 def application_type @application_type end |
#authorized_token_issuer_list ⇒ ::Array[Types::AuthorizedTokenIssuer]
Returns the value of attribute authorized_token_issuer_list.
2428 2429 2430 |
# File 'sig/types.rbs', line 2428 def @authorized_token_issuer_list end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def iam_role_arn @iam_role_arn end |
#idc_display_name ⇒ ::String
Returns the value of attribute idc_display_name.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def idc_display_name @idc_display_name end |
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def idc_instance_arn @idc_instance_arn end |
#idc_managed_application_arn ⇒ ::String
Returns the value of attribute idc_managed_application_arn.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def idc_managed_application_arn @idc_managed_application_arn end |
#idc_onboard_status ⇒ ::String
Returns the value of attribute idc_onboard_status.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def idc_onboard_status @idc_onboard_status end |
#identity_namespace ⇒ ::String
Returns the value of attribute identity_namespace.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def identity_namespace @identity_namespace end |
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def redshift_idc_application_arn @redshift_idc_application_arn end |
#redshift_idc_application_name ⇒ ::String
Returns the value of attribute redshift_idc_application_name.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def redshift_idc_application_name @redshift_idc_application_name end |
#service_integrations ⇒ ::Array[Types::ServiceIntegrationsUnion]
Returns the value of attribute service_integrations.
2429 2430 2431 |
# File 'sig/types.rbs', line 2429 def service_integrations @service_integrations end |
#sso_tag_keys ⇒ ::Array[::String]
Returns the value of attribute sso_tag_keys.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def sso_tag_keys @sso_tag_keys end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2431 2432 2433 |
# File 'sig/types.rbs', line 2431 def @tags end |