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.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def aws_account_id @aws_account_id end |
#credentials ⇒ Types::DataSourceCredentials
Returns the value of attribute credentials.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def credentials @credentials end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def data_source_id @data_source_id end |
#data_source_parameters ⇒ Types::DataSourceParameters
Returns the value of attribute data_source_parameters.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def data_source_parameters @data_source_parameters end |
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def folder_arns @folder_arns end |
#name ⇒ ::String
Returns the value of attribute name.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def name @name end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def @permissions end |
#ssl_properties ⇒ Types::SslProperties
Returns the value of attribute ssl_properties.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def ssl_properties @ssl_properties end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def @tags end |
#type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute type.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def type @type end |
#vpc_connection_properties ⇒ Types::VpcConnectionProperties
Returns the value of attribute vpc_connection_properties.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def vpc_connection_properties @vpc_connection_properties end |