Class: Aws::Types::UpdateOAuthClientApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id, :client_secret, :o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12871
12872
12873
# File 'sig/types.rbs', line 12871

def 
  @aws_account_id
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


12874
12875
12876
# File 'sig/types.rbs', line 12874

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


12875
12876
12877
# File 'sig/types.rbs', line 12875

def client_secret
  @client_secret
end

#data_source_type"ADOBE_ANALYTICS", ...

Returns the value of attribute data_source_type.

Returns:

  • ("ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "S3_TABLES", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM", "AMAZON_OPENSEARCH", "EXASOL", "DATABRICKS", "STARBURST", "TRINO", "BIGQUERY", "GOOGLESHEETS", "GOOGLE_DRIVE", "CONFLUENCE", "SHAREPOINT", "ONE_DRIVE", "WEB_CRAWLER", "S3_KNOWLEDGE_BASE", "QBUSINESS")


12879
12880
12881
# File 'sig/types.rbs', line 12879

def data_source_type
  @data_source_type
end

#identity_provider_vpc_connection_propertiesTypes::VpcConnectionProperties

Returns the value of attribute identity_provider_vpc_connection_properties.



12880
12881
12882
# File 'sig/types.rbs', line 12880

def identity_provider_vpc_connection_properties
  @identity_provider_vpc_connection_properties
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12873
12874
12875
# File 'sig/types.rbs', line 12873

def name
  @name
end

#o_auth_authorization_endpoint_url::String

Returns the value of attribute o_auth_authorization_endpoint_url.

Returns:

  • (::String)


12877
12878
12879
# File 'sig/types.rbs', line 12877

def o_auth_authorization_endpoint_url
  @o_auth_authorization_endpoint_url
end

#o_auth_client_application_id::String

Returns the value of attribute o_auth_client_application_id.

Returns:

  • (::String)


12872
12873
12874
# File 'sig/types.rbs', line 12872

def o_auth_client_application_id
  @o_auth_client_application_id
end

#o_auth_scopes::String

Returns the value of attribute o_auth_scopes.

Returns:

  • (::String)


12878
12879
12880
# File 'sig/types.rbs', line 12878

def o_auth_scopes
  @o_auth_scopes
end

#o_auth_token_endpoint_url::String

Returns the value of attribute o_auth_token_endpoint_url.

Returns:

  • (::String)


12876
12877
12878
# File 'sig/types.rbs', line 12876

def o_auth_token_endpoint_url
  @o_auth_token_endpoint_url
end