Class: Aws::Types::FileVersion
- Inherits:
-
Object
- Object
- Aws::Types::FileVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
-
#commit ⇒ Types::Commit
Returns the value of attribute commit.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#revision_children ⇒ ::Array[::String]
Returns the value of attribute revision_children.
Instance Attribute Details
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
723 724 725 |
# File 'sig/types.rbs', line 723 def blob_id @blob_id end |
#commit ⇒ Types::Commit
Returns the value of attribute commit.
722 723 724 |
# File 'sig/types.rbs', line 722 def commit @commit end |
#path ⇒ ::String
Returns the value of attribute path.
724 725 726 |
# File 'sig/types.rbs', line 724 def path @path end |
#revision_children ⇒ ::Array[::String]
Returns the value of attribute revision_children.
725 726 727 |
# File 'sig/types.rbs', line 725 def revision_children @revision_children end |