Class: Aws::Types::ListCodeSecurityIntegrationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCodeSecurityIntegrationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integrations ⇒ ::Array[Types::CodeSecurityIntegrationSummary]
Returns the value of attribute integrations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def next_token @next_token end |