Class: Aws::Types::ConformancePackStatusDetail
- Inherits:
-
Object
- Object
- Aws::Types::ConformancePackStatusDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conformance_pack_arn ⇒ ::String
Returns the value of attribute conformance_pack_arn.
-
#conformance_pack_id ⇒ ::String
Returns the value of attribute conformance_pack_id.
-
#conformance_pack_name ⇒ ::String
Returns the value of attribute conformance_pack_name.
-
#conformance_pack_state ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute conformance_pack_state.
-
#conformance_pack_status_reason ⇒ ::String
Returns the value of attribute conformance_pack_status_reason.
-
#last_update_completed_time ⇒ ::Time
Returns the value of attribute last_update_completed_time.
-
#last_update_requested_time ⇒ ::Time
Returns the value of attribute last_update_requested_time.
-
#stack_arn ⇒ ::String
Returns the value of attribute stack_arn.
Instance Attribute Details
#conformance_pack_arn ⇒ ::String
Returns the value of attribute conformance_pack_arn.
452 453 454 |
# File 'sig/types.rbs', line 452 def conformance_pack_arn @conformance_pack_arn end |
#conformance_pack_id ⇒ ::String
Returns the value of attribute conformance_pack_id.
451 452 453 |
# File 'sig/types.rbs', line 451 def conformance_pack_id @conformance_pack_id end |
#conformance_pack_name ⇒ ::String
Returns the value of attribute conformance_pack_name.
450 451 452 |
# File 'sig/types.rbs', line 450 def conformance_pack_name @conformance_pack_name end |
#conformance_pack_state ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute conformance_pack_state.
453 454 455 |
# File 'sig/types.rbs', line 453 def conformance_pack_state @conformance_pack_state end |
#conformance_pack_status_reason ⇒ ::String
Returns the value of attribute conformance_pack_status_reason.
455 456 457 |
# File 'sig/types.rbs', line 455 def conformance_pack_status_reason @conformance_pack_status_reason end |
#last_update_completed_time ⇒ ::Time
Returns the value of attribute last_update_completed_time.
457 458 459 |
# File 'sig/types.rbs', line 457 def last_update_completed_time @last_update_completed_time end |
#last_update_requested_time ⇒ ::Time
Returns the value of attribute last_update_requested_time.
456 457 458 |
# File 'sig/types.rbs', line 456 def last_update_requested_time @last_update_requested_time end |
#stack_arn ⇒ ::String
Returns the value of attribute stack_arn.
454 455 456 |
# File 'sig/types.rbs', line 454 def stack_arn @stack_arn end |