Class: Aws::Types::CreateDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#credentials ⇒ Types::DataSourceCredentials
Returns the value of attribute credentials.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#data_source_parameters ⇒ Types::DataSourceParameters
Returns the value of attribute data_source_parameters.
-
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#ssl_properties ⇒ Types::SslProperties
Returns the value of attribute ssl_properties.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute type.
-
#vpc_connection_properties ⇒ Types::VpcConnectionProperties
Returns the value of attribute vpc_connection_properties.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def aws_account_id @aws_account_id end |
#credentials ⇒ Types::DataSourceCredentials
Returns the value of attribute credentials.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def credentials @credentials end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def data_source_id @data_source_id end |
#data_source_parameters ⇒ Types::DataSourceParameters
Returns the value of attribute data_source_parameters.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def data_source_parameters @data_source_parameters end |
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def folder_arns @folder_arns end |
#name ⇒ ::String
Returns the value of attribute name.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def name @name end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def @permissions end |
#ssl_properties ⇒ Types::SslProperties
Returns the value of attribute ssl_properties.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def ssl_properties @ssl_properties end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def @tags end |
#type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute type.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def type @type end |
#vpc_connection_properties ⇒ Types::VpcConnectionProperties
Returns the value of attribute vpc_connection_properties.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def vpc_connection_properties @vpc_connection_properties end |