Class: Aws::Types::GitHubRepositoryMetadata
- Inherits:
-
Object
- Object
- Aws::Types::GitHubRepositoryMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_type ⇒ "PRIVATE", "PUBLIC"
Returns the value of attribute access_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#provider_resource_id ⇒ ::String
Returns the value of attribute provider_resource_id.
Instance Attribute Details
#access_type ⇒ "PRIVATE", "PUBLIC"
Returns the value of attribute access_type.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def access_type @access_type end |
#name ⇒ ::String
Returns the value of attribute name.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def owner @owner end |
#provider_resource_id ⇒ ::String
Returns the value of attribute provider_resource_id.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def provider_resource_id @provider_resource_id end |