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.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def application_type @application_type end |
#authorized_token_issuer_list ⇒ ::Array[Types::AuthorizedTokenIssuer]
Returns the value of attribute authorized_token_issuer_list.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def @authorized_token_issuer_list end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def iam_role_arn @iam_role_arn end |
#idc_display_name ⇒ ::String
Returns the value of attribute idc_display_name.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def idc_display_name @idc_display_name end |
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def idc_instance_arn @idc_instance_arn end |
#idc_managed_application_arn ⇒ ::String
Returns the value of attribute idc_managed_application_arn.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def idc_managed_application_arn @idc_managed_application_arn end |
#idc_onboard_status ⇒ ::String
Returns the value of attribute idc_onboard_status.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def idc_onboard_status @idc_onboard_status end |
#identity_namespace ⇒ ::String
Returns the value of attribute identity_namespace.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def identity_namespace @identity_namespace end |
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def redshift_idc_application_arn @redshift_idc_application_arn end |
#redshift_idc_application_name ⇒ ::String
Returns the value of attribute redshift_idc_application_name.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 def redshift_idc_application_name @redshift_idc_application_name end |
#service_integrations ⇒ ::Array[Types::ServiceIntegrationsUnion]
Returns the value of attribute service_integrations.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def service_integrations @service_integrations end |
#sso_tag_keys ⇒ ::Array[::String]
Returns the value of attribute sso_tag_keys.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def sso_tag_keys @sso_tag_keys end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def @tags end |