Class: Aws::Types::DescribeDryRunProgressRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDryRunProgressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#dry_run_id ⇒ ::String
Returns the value of attribute dry_run_id.
-
#load_dry_run_config ⇒ Boolean
Returns the value of attribute load_dry_run_config.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
837 838 839 |
# File 'sig/types.rbs', line 837 def domain_name @domain_name end |
#dry_run_id ⇒ ::String
Returns the value of attribute dry_run_id.
838 839 840 |
# File 'sig/types.rbs', line 838 def dry_run_id @dry_run_id end |
#load_dry_run_config ⇒ Boolean
Returns the value of attribute load_dry_run_config.
839 840 841 |
# File 'sig/types.rbs', line 839 def load_dry_run_config @load_dry_run_config end |