Class: Aws::Types::OAuthClientApplication

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


8708
8709
8710
# File 'sig/types.rbs', line 8708

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


8706
8707
8708
# File 'sig/types.rbs', line 8706

def created_time
  @created_time
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")


8704
8705
8706
# File 'sig/types.rbs', line 8704

def data_source_type
  @data_source_type
end

#identity_provider_vpc_connection_propertiesTypes::VpcConnectionProperties

Returns the value of attribute identity_provider_vpc_connection_properties.



8705
8706
8707
# File 'sig/types.rbs', line 8705

def identity_provider_vpc_connection_properties
  @identity_provider_vpc_connection_properties
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


8707
8708
8709
# File 'sig/types.rbs', line 8707

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8699
8700
8701
# File 'sig/types.rbs', line 8699

def name
  @name
end

#o_auth_authorization_endpoint_url::String

Returns the value of attribute o_auth_authorization_endpoint_url.

Returns:

  • (::String)


8702
8703
8704
# File 'sig/types.rbs', line 8702

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)


8698
8699
8700
# File 'sig/types.rbs', line 8698

def o_auth_client_application_id
  @o_auth_client_application_id
end

#o_auth_client_authentication_type"TOKEN"

Returns the value of attribute o_auth_client_authentication_type.

Returns:

  • ("TOKEN")


8700
8701
8702
# File 'sig/types.rbs', line 8700

def o_auth_client_authentication_type
  @o_auth_client_authentication_type
end

#o_auth_scopes::String

Returns the value of attribute o_auth_scopes.

Returns:

  • (::String)


8703
8704
8705
# File 'sig/types.rbs', line 8703

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)


8701
8702
8703
# File 'sig/types.rbs', line 8701

def o_auth_token_endpoint_url
  @o_auth_token_endpoint_url
end