Class: Aws::Types::ProductionBranch

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def branch_name
  @branch_name
end

#last_deploy_time::Time

Returns the value of attribute last_deploy_time.

Returns:

  • (::Time)


580
581
582
# File 'sig/types.rbs', line 580

def last_deploy_time
  @last_deploy_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def status
  @status
end

#thumbnail_url::String

Returns the value of attribute thumbnail_url.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def thumbnail_url
  @thumbnail_url
end