Class: Aws::Types::CodeSecurityIntegrationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


708
709
710
# File 'sig/types.rbs', line 708

def created_on
  @created_on
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def integration_arn
  @integration_arn
end

#last_update_on::Time

Returns the value of attribute last_update_on.

Returns:

  • (::Time)


709
710
711
# File 'sig/types.rbs', line 709

def last_update_on
  @last_update_on
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def name
  @name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "IN_PROGRESS", "ACTIVE", "INACTIVE", "DISABLING")


706
707
708
# File 'sig/types.rbs', line 706

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def status_reason
  @status_reason
end

#type"GITLAB_SELF_MANAGED", "GITHUB"

Returns the value of attribute type.

Returns:

  • ("GITLAB_SELF_MANAGED", "GITHUB")


705
706
707
# File 'sig/types.rbs', line 705

def type
  @type
end