Class: Aws::Types::GetBlobInput
- Inherits:
-
Object
- Object
- Aws::Types::GetBlobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
774 775 776 |
# File 'sig/types.rbs', line 774 def blob_id @blob_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
773 774 775 |
# File 'sig/types.rbs', line 773 def repository_name @repository_name end |