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.
9921 9922 9923 |
# File 'sig/types.rbs', line 9921 def bucket_url @bucket_url end |
#metadata_files_location ⇒ ::String
Returns the value of attribute metadata_files_location.
9922 9923 9924 |
# File 'sig/types.rbs', line 9922 def @metadata_files_location end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
9920 9921 9922 |
# File 'sig/types.rbs', line 9920 def role_arn @role_arn end |