Class: Aws::Types::CodeSecurityIntegrationSummary
- Inherits:
-
Object
- Object
- Aws::Types::CodeSecurityIntegrationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_on ⇒ ::Time
Returns the value of attribute created_on.
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
-
#last_update_on ⇒ ::Time
Returns the value of attribute last_update_on.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#type ⇒ "GITLAB_SELF_MANAGED", "GITHUB"
Returns the value of attribute type.
Instance Attribute Details
#created_on ⇒ ::Time
Returns the value of attribute created_on.
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.
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.
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.
704 705 706 |
# File 'sig/types.rbs', line 704 def name @name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
706 707 708 |
# File 'sig/types.rbs', line 706 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
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.
705 706 707 |
# File 'sig/types.rbs', line 705 def type @type end |