Class: Aws::Types::CreateCodeSecurityIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCodeSecurityIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ Types::CreateIntegrationDetail
Returns the value of attribute details.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "GITLAB_SELF_MANAGED", "GITHUB"
Returns the value of attribute type.
Instance Attribute Details
#details ⇒ Types::CreateIntegrationDetail
Returns the value of attribute details.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def details @details end |
#name ⇒ ::String
Returns the value of attribute name.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def @tags end |
#type ⇒ "GITLAB_SELF_MANAGED", "GITHUB"
Returns the value of attribute type.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def type @type end |