Class: Aws::Types::BitbucketRepositoryMetadata
- Inherits:
-
Object
- Object
- Aws::Types::BitbucketRepositoryMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_type ⇒ "PRIVATE", "PUBLIC"
Returns the value of attribute access_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider_resource_id ⇒ ::String
Returns the value of attribute provider_resource_id.
-
#workspace ⇒ ::String
Returns the value of attribute workspace.
Instance Attribute Details
#access_type ⇒ "PRIVATE", "PUBLIC"
Returns the value of attribute access_type.
404 405 406 |
# File 'sig/types.rbs', line 404 def access_type @access_type end |
#name ⇒ ::String
Returns the value of attribute name.
401 402 403 |
# File 'sig/types.rbs', line 401 def name @name end |
#provider_resource_id ⇒ ::String
Returns the value of attribute provider_resource_id.
402 403 404 |
# File 'sig/types.rbs', line 402 def provider_resource_id @provider_resource_id end |
#workspace ⇒ ::String
Returns the value of attribute workspace.
403 404 405 |
# File 'sig/types.rbs', line 403 def workspace @workspace end |