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.



1623
1624
1625
# File 'sig/types.rbs', line 1623

def generation_configuration
  @generation_configuration
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def model_arn
  @model_arn
end

#sources::Array[Types::ExternalSource]

Returns the value of attribute sources.

Returns:



1622
1623
1624
# File 'sig/types.rbs', line 1622

def sources
  @sources
end