Class: Aws::Types::ListCodeSecurityIntegrationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#integrations ⇒ ::Array[Types::CodeSecurityIntegrationSummary]

Returns the value of attribute integrations.



2009
2010
2011
# File 'sig/types.rbs', line 2009

def integrations
  @integrations
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2010
2011
2012
# File 'sig/types.rbs', line 2010

def next_token
  @next_token
end