Class: Aws::Types::RepositoryDescription
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#administrator_account ⇒ ::String
Returns the value of attribute administrator_account.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#external_connections ⇒ ::Array[Types::RepositoryExternalConnectionInfo]
Returns the value of attribute external_connections.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#upstreams ⇒ ::Array[Types::UpstreamRepositoryInfo]
Returns the value of attribute upstreams.
Instance Attribute Details
#administrator_account ⇒ ::String
Returns the value of attribute administrator_account.
851 852 853 |
# File 'sig/types.rbs', line 851 def administrator_account @administrator_account end |
#arn ⇒ ::String
Returns the value of attribute arn.
854 855 856 |
# File 'sig/types.rbs', line 854 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
858 859 860 |
# File 'sig/types.rbs', line 858 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
855 856 857 |
# File 'sig/types.rbs', line 855 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
852 853 854 |
# File 'sig/types.rbs', line 852 def domain_name @domain_name end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
853 854 855 |
# File 'sig/types.rbs', line 853 def domain_owner @domain_owner end |
#external_connections ⇒ ::Array[Types::RepositoryExternalConnectionInfo]
Returns the value of attribute external_connections.
857 858 859 |
# File 'sig/types.rbs', line 857 def external_connections @external_connections end |
#name ⇒ ::String
Returns the value of attribute name.
850 851 852 |
# File 'sig/types.rbs', line 850 def name @name end |
#upstreams ⇒ ::Array[Types::UpstreamRepositoryInfo]
Returns the value of attribute upstreams.
856 857 858 |
# File 'sig/types.rbs', line 856 def upstreams @upstreams end |