Class: Aws::CodeCatalyst::Types::CreateSourceRepositoryBranchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::CreateSourceRepositoryBranchResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#head_commit_id ⇒ String
The commit ID of the tip of the newly created branch.
-
#last_updated_time ⇒ Time
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339].
-
#name ⇒ String
The name of the newly created branch.
-
#ref ⇒ String
The Git reference name of the branch.
Instance Attribute Details
#head_commit_id ⇒ String
The commit ID of the tip of the newly created branch.
345 346 347 348 349 350 351 352 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 345 class CreateSourceRepositoryBranchResponse < Struct.new( :ref, :name, :last_updated_time, :head_commit_id) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339].
345 346 347 348 349 350 351 352 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 345 class CreateSourceRepositoryBranchResponse < Struct.new( :ref, :name, :last_updated_time, :head_commit_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the newly created branch.
345 346 347 348 349 350 351 352 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 345 class CreateSourceRepositoryBranchResponse < Struct.new( :ref, :name, :last_updated_time, :head_commit_id) SENSITIVE = [] include Aws::Structure end |
#ref ⇒ String
The Git reference name of the branch.
345 346 347 348 349 350 351 352 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 345 class CreateSourceRepositoryBranchResponse < Struct.new( :ref, :name, :last_updated_time, :head_commit_id) SENSITIVE = [] include Aws::Structure end |