Class: Aws::Types::GitPropertiesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_connection_arn::String

Returns the value of attribute code_connection_arn.

Returns:

  • (::String)


3371
3372
3373
# File 'sig/types.rbs', line 3371

def code_connection_arn
  @code_connection_arn
end

#default_branch::String

Returns the value of attribute default_branch.

Returns:

  • (::String)


3373
3374
3375
# File 'sig/types.rbs', line 3373

def default_branch
  @default_branch
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


3375
3376
3377
# File 'sig/types.rbs', line 3375

def error_message
  @error_message
end

#repository_id::String

Returns the value of attribute repository_id.

Returns:

  • (::String)


3372
3373
3374
# File 'sig/types.rbs', line 3372

def repository_id
  @repository_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED")


3374
3375
3376
# File 'sig/types.rbs', line 3374

def status
  @status
end