Class: Aws::Types::ExternalSourcesRetrieveAndGenerateConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#generation_configurationTypes::ExternalSourcesGenerationConfiguration

Returns the value of attribute generation_configuration.



737
738
739
# File 'sig/types.rbs', line 737

def generation_configuration
  @generation_configuration
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def model_arn
  @model_arn
end

#sources::Array[Types::ExternalSource]

Returns the value of attribute sources.

Returns:



739
740
741
# File 'sig/types.rbs', line 739

def sources
  @sources
end