Class: Aws::Types::GetCodeSecurityIntegrationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authorization_url])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_url::String

Returns the value of attribute authorization_url.

Returns:

  • (::String)


1676
1677
1678
# File 'sig/types.rbs', line 1676

def authorization_url
  @authorization_url
end

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


1674
1675
1676
# File 'sig/types.rbs', line 1674

def created_on
  @created_on
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


1669
1670
1671
# File 'sig/types.rbs', line 1669

def integration_arn
  @integration_arn
end

#last_update_on::Time

Returns the value of attribute last_update_on.

Returns:

  • (::Time)


1675
1676
1677
# File 'sig/types.rbs', line 1675

def last_update_on
  @last_update_on
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1670
1671
1672
# File 'sig/types.rbs', line 1670

def name
  @name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


1672
1673
1674
# File 'sig/types.rbs', line 1672

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1673
1674
1675
# File 'sig/types.rbs', line 1673

def status_reason
  @status_reason
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1677
1678
1679
# File 'sig/types.rbs', line 1677

def tags
  @tags
end

#type"GITLAB_SELF_MANAGED", "GITHUB"

Returns the value of attribute type.

Returns:

  • ("GITLAB_SELF_MANAGED", "GITHUB")


1671
1672
1673
# File 'sig/types.rbs', line 1671

def type
  @type
end