Class: Aws::Types::GitHubConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GitHubConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_identifier ⇒ ::String
Returns the value of attribute instance_identifier.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#owner_type ⇒ "organization", "user"
Returns the value of attribute owner_type.
-
#repo_id ⇒ ::String
Returns the value of attribute repo_id.
-
#repo_name ⇒ ::String
Returns the value of attribute repo_name.
-
#runtime_role_arn ⇒ ::String
Returns the value of attribute runtime_role_arn.
Instance Attribute Details
#instance_identifier ⇒ ::String
Returns the value of attribute instance_identifier.
721 722 723 |
# File 'sig/types.rbs', line 721 def instance_identifier @instance_identifier end |
#owner ⇒ ::String
Returns the value of attribute owner.
719 720 721 |
# File 'sig/types.rbs', line 719 def owner @owner end |
#owner_type ⇒ "organization", "user"
Returns the value of attribute owner_type.
720 721 722 |
# File 'sig/types.rbs', line 720 def owner_type @owner_type end |
#repo_id ⇒ ::String
Returns the value of attribute repo_id.
718 719 720 |
# File 'sig/types.rbs', line 718 def repo_id @repo_id end |
#repo_name ⇒ ::String
Returns the value of attribute repo_name.
717 718 719 |
# File 'sig/types.rbs', line 717 def repo_name @repo_name end |
#runtime_role_arn ⇒ ::String
Returns the value of attribute runtime_role_arn.
722 723 724 |
# File 'sig/types.rbs', line 722 def runtime_role_arn @runtime_role_arn end |