Class: Aws::Types::RedshiftIdcApplication

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_type"None", "Lakehouse"

Returns the value of attribute application_type.

Returns:

  • ("None", "Lakehouse")


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.

Returns:



2417
2418
2419
# File 'sig/types.rbs', line 2417

def authorized_token_issuer_list
  @authorized_token_issuer_list
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:



2420
2421
2422
# File 'sig/types.rbs', line 2420

def tags
  @tags
end