Class: Aws::Types::PackageGroupDescription
- Inherits:
-
Object
- Object
- Aws::Types::PackageGroupDescription
- 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.
680 681 682 |
# File 'sig/types.rbs', line 680 def arn @arn end |
#contact_info ⇒ ::String
Returns the value of attribute contact_info.
685 686 687 |
# File 'sig/types.rbs', line 685 def contact_info @contact_info end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
684 685 686 |
# File 'sig/types.rbs', line 684 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
686 687 688 |
# File 'sig/types.rbs', line 686 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
682 683 684 |
# File 'sig/types.rbs', line 682 def domain_name @domain_name end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
683 684 685 |
# File 'sig/types.rbs', line 683 def domain_owner @domain_owner end |
#origin_configuration ⇒ Types::PackageGroupOriginConfiguration
Returns the value of attribute origin_configuration.
687 688 689 |
# File 'sig/types.rbs', line 687 def origin_configuration @origin_configuration end |
#parent ⇒ Types::PackageGroupReference
Returns the value of attribute parent.
688 689 690 |
# File 'sig/types.rbs', line 688 def parent @parent end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
681 682 683 |
# File 'sig/types.rbs', line 681 def pattern @pattern end |