Class: Aws::Types::ExternalSourcesRetrieveAndGenerateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExternalSourcesRetrieveAndGenerateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generation_configuration ⇒ Types::ExternalSourcesGenerationConfiguration
Returns the value of attribute generation_configuration.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#sources ⇒ ::Array[Types::ExternalSource]
Returns the value of attribute sources.
Instance Attribute Details
#generation_configuration ⇒ Types::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.
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.
657 658 659 |
# File 'sig/types.rbs', line 657 def sources @sources end |