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.



560
561
562
# File 'sig/types.rbs', line 560

def credentials
  @credentials
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def data_source_id
  @data_source_id
end

#data_source_parametersTypes::DataSourceParameters

Returns the value of attribute data_source_parameters.



557
558
559
# File 'sig/types.rbs', line 557

def data_source_parameters
  @data_source_parameters
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def name
  @name
end

#ssl_propertiesTypes::SslProperties

Returns the value of attribute ssl_properties.



559
560
561
# File 'sig/types.rbs', line 559

def ssl_properties
  @ssl_properties
end

#vpc_connection_propertiesTypes::VpcConnectionProperties

Returns the value of attribute vpc_connection_properties.



558
559
560
# File 'sig/types.rbs', line 558

def vpc_connection_properties
  @vpc_connection_properties
end