Class: Aws::Types::ModifyRedshiftIdcApplicationMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_token_issuer_list::Array[Types::AuthorizedTokenIssuer]

Returns the value of attribute authorized_token_issuer_list.

Returns:



2154
2155
2156
# File 'sig/types.rbs', line 2154

def authorized_token_issuer_list
  @authorized_token_issuer_list
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2155
2156
2157
# File 'sig/types.rbs', line 2155

def service_integrations
  @service_integrations
end