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.



655
656
657
# File 'sig/types.rbs', line 655

def generation_configuration
  @generation_configuration
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def model_arn
  @model_arn
end

#sources::Array[Types::ExternalSource]

Returns the value of attribute sources.

Returns:



657
658
659
# File 'sig/types.rbs', line 657

def sources
  @sources
end