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.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def @authorized_token_issuer_list end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def iam_role_arn @iam_role_arn end |
#idc_display_name ⇒ ::String
Returns the value of attribute idc_display_name.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def idc_display_name @idc_display_name end |
#identity_namespace ⇒ ::String
Returns the value of attribute identity_namespace.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def identity_namespace @identity_namespace end |
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def redshift_idc_application_arn @redshift_idc_application_arn end |
#service_integrations ⇒ ::Array[Types::ServiceIntegrationsUnion]
Returns the value of attribute service_integrations.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def service_integrations @service_integrations end |