Class: Aws::Types::DomainPackageDetails
- Inherits:
-
Object
- Object
- Aws::Types::DomainPackageDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_configuration ⇒ Types::PackageAssociationConfiguration
Returns the value of attribute association_configuration.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_package_status ⇒ "ASSOCIATING", ...
Returns the value of attribute domain_package_status.
-
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#package_type ⇒ "TXT-DICTIONARY", ...
Returns the value of attribute package_type.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
-
#prerequisite_package_id_list ⇒ ::Array[::String]
Returns the value of attribute prerequisite_package_id_list.
-
#reference_path ⇒ ::String
Returns the value of attribute reference_path.
Instance Attribute Details
#association_configuration ⇒ Types::PackageAssociationConfiguration
Returns the value of attribute association_configuration.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def association_configuration @association_configuration end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def domain_name @domain_name end |
#domain_package_status ⇒ "ASSOCIATING", ...
Returns the value of attribute domain_package_status.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def domain_package_status @domain_package_status end |
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def error_details @error_details end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def last_updated @last_updated end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def package_id @package_id end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def package_name @package_name end |
#package_type ⇒ "TXT-DICTIONARY", ...
Returns the value of attribute package_type.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def package_type @package_type end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def package_version @package_version end |
#prerequisite_package_id_list ⇒ ::Array[::String]
Returns the value of attribute prerequisite_package_id_list.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def prerequisite_package_id_list @prerequisite_package_id_list end |
#reference_path ⇒ ::String
Returns the value of attribute reference_path.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def reference_path @reference_path end |