Class: Aws::Types::RepositorySummary
- Inherits:
-
Object
- Object
- Aws::Types::RepositorySummary
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#administrator_account ⇒ ::String
Returns the value of attribute administrator_account.
871 872 873 |
# File 'sig/types.rbs', line 871 def administrator_account @administrator_account end |
#arn ⇒ ::String
Returns the value of attribute arn.
874 875 876 |
# File 'sig/types.rbs', line 874 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
876 877 878 |
# File 'sig/types.rbs', line 876 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
875 876 877 |
# File 'sig/types.rbs', line 875 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
872 873 874 |
# File 'sig/types.rbs', line 872 def domain_name @domain_name end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
873 874 875 |
# File 'sig/types.rbs', line 873 def domain_owner @domain_owner end |
#name ⇒ ::String
Returns the value of attribute name.
870 871 872 |
# File 'sig/types.rbs', line 870 def name @name end |