Class: Aws::Types::CreateCodeSecurityIntegrationResponse

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)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def authorization_url
  @authorization_url
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def integration_arn
  @integration_arn
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


1032
1033
1034
# File 'sig/types.rbs', line 1032

def status
  @status
end