Class: Aws::Types::ModifyRedshiftIdcApplicationMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyRedshiftIdcApplicationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#identity_namespace ⇒ ::String
Returns the value of attribute identity_namespace.
-
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
-
#service_integrations ⇒ ::Array[Types::ServiceIntegrationsUnion]
Returns the value of attribute service_integrations.
Instance Attribute Details
#authorized_token_issuer_list ⇒ ::Array[Types::AuthorizedTokenIssuer]
Returns the value of attribute authorized_token_issuer_list.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def @authorized_token_issuer_list end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def iam_role_arn @iam_role_arn end |
#idc_display_name ⇒ ::String
Returns the value of attribute idc_display_name.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def idc_display_name @idc_display_name end |
#identity_namespace ⇒ ::String
Returns the value of attribute identity_namespace.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def identity_namespace @identity_namespace end |
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def redshift_idc_application_arn @redshift_idc_application_arn end |
#service_integrations ⇒ ::Array[Types::ServiceIntegrationsUnion]
Returns the value of attribute service_integrations.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def service_integrations @service_integrations end |