Class: Aws::Types::PackageGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::PackageGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#contact_info ⇒ ::String
Returns the value of attribute contact_info.
-
#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.
-
#origin_configuration ⇒ Types::PackageGroupOriginConfiguration
Returns the value of attribute origin_configuration.
-
#parent ⇒ Types::PackageGroupReference
Returns the value of attribute parent.
-
#pattern ⇒ ::String
Returns the value of attribute pattern.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
712 713 714 |
# File 'sig/types.rbs', line 712 def arn @arn end |
#contact_info ⇒ ::String
Returns the value of attribute contact_info.
717 718 719 |
# File 'sig/types.rbs', line 717 def contact_info @contact_info end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
716 717 718 |
# File 'sig/types.rbs', line 716 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
718 719 720 |
# File 'sig/types.rbs', line 718 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
714 715 716 |
# File 'sig/types.rbs', line 714 def domain_name @domain_name end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
715 716 717 |
# File 'sig/types.rbs', line 715 def domain_owner @domain_owner end |
#origin_configuration ⇒ Types::PackageGroupOriginConfiguration
Returns the value of attribute origin_configuration.
719 720 721 |
# File 'sig/types.rbs', line 719 def origin_configuration @origin_configuration end |
#parent ⇒ Types::PackageGroupReference
Returns the value of attribute parent.
720 721 722 |
# File 'sig/types.rbs', line 720 def parent @parent end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
713 714 715 |
# File 'sig/types.rbs', line 713 def pattern @pattern end |