Class: Aws::Types::GetCodeSecurityIntegrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCodeSecurityIntegrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_url ⇒ ::String
Returns the value of attribute authorization_url.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "GITLAB_SELF_MANAGED", "GITHUB"
Returns the value of attribute type.
Instance Attribute Details
#authorization_url ⇒ ::String
Returns the value of attribute authorization_url.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def @authorization_url end |
#created_on ⇒ ::Time
Returns the value of attribute created_on.
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.
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.
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.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def name @name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
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.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def @tags end |
#type ⇒ "GITLAB_SELF_MANAGED", "GITHUB"
Returns the value of attribute type.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def type @type end |