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.
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.
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.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def sources @sources end |