Class: Aws::Types::S3RepositoryDetails
- Inherits:
-
Object
- Object
- Aws::Types::S3RepositoryDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#code_artifacts ⇒ Types::CodeArtifacts
Returns the value of attribute code_artifacts.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
385 386 387 |
# File 'sig/types.rbs', line 385 def bucket_name @bucket_name end |
#code_artifacts ⇒ Types::CodeArtifacts
Returns the value of attribute code_artifacts.
386 387 388 |
# File 'sig/types.rbs', line 386 def code_artifacts @code_artifacts end |