Class: Aws::Types::AssetBundleImportJobDataSourceOverrideParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::AssetBundleImportJobDataSourceCredentials

Returns the value of attribute credentials.



597
598
599
# File 'sig/types.rbs', line 597

def credentials
  @credentials
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def data_source_id
  @data_source_id
end

#data_source_parametersTypes::DataSourceParameters

Returns the value of attribute data_source_parameters.



594
595
596
# File 'sig/types.rbs', line 594

def data_source_parameters
  @data_source_parameters
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def name
  @name
end

#ssl_propertiesTypes::SslProperties

Returns the value of attribute ssl_properties.



596
597
598
# File 'sig/types.rbs', line 596

def ssl_properties
  @ssl_properties
end

#vpc_connection_propertiesTypes::VpcConnectionProperties

Returns the value of attribute vpc_connection_properties.



595
596
597
# File 'sig/types.rbs', line 595

def vpc_connection_properties
  @vpc_connection_properties
end