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:



2143
2144
2145
# File 'sig/types.rbs', line 2143

def authorized_token_issuer_list
  @authorized_token_issuer_list
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2144
2145
2146
# File 'sig/types.rbs', line 2144

def service_integrations
  @service_integrations
end