Class: Aws::Types::S3KnowledgeBaseParameters
- Inherits:
-
Object
- Object
- Aws::Types::S3KnowledgeBaseParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_url ⇒ ::String
Returns the value of attribute bucket_url.
-
#metadata_files_location ⇒ ::String
Returns the value of attribute metadata_files_location.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#bucket_url ⇒ ::String
Returns the value of attribute bucket_url.
9553 9554 9555 |
# File 'sig/types.rbs', line 9553 def bucket_url @bucket_url end |
#metadata_files_location ⇒ ::String
Returns the value of attribute metadata_files_location.
9554 9555 9556 |
# File 'sig/types.rbs', line 9554 def @metadata_files_location end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
9552 9553 9554 |
# File 'sig/types.rbs', line 9552 def role_arn @role_arn end |