Class: Aws::Types::DomainPackageDetails
- Inherits:
-
Object
- Object
- Aws::Types::DomainPackageDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#reference_path ⇒ ::String
Returns the value of attribute reference_path.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
595 596 597 |
# File 'sig/types.rbs', line 595 def domain_name @domain_name end |
#domain_package_status ⇒ "ASSOCIATING", ...
Returns the value of attribute domain_package_status.
596 597 598 |
# File 'sig/types.rbs', line 596 def domain_package_status @domain_package_status end |
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
599 600 601 |
# File 'sig/types.rbs', line 599 def error_details @error_details end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
594 595 596 |
# File 'sig/types.rbs', line 594 def last_updated @last_updated end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
591 592 593 |
# File 'sig/types.rbs', line 591 def package_id @package_id end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
592 593 594 |
# File 'sig/types.rbs', line 592 def package_name @package_name end |
#package_type ⇒ "TXT-DICTIONARY"
Returns the value of attribute package_type.
593 594 595 |
# File 'sig/types.rbs', line 593 def package_type @package_type end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
597 598 599 |
# File 'sig/types.rbs', line 597 def package_version @package_version end |
#reference_path ⇒ ::String
Returns the value of attribute reference_path.
598 599 600 |
# File 'sig/types.rbs', line 598 def reference_path @reference_path end |