Class: Aws::Types::ConformancePackStatusDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_arn::String

Returns the value of attribute conformance_pack_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_FAILED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def stack_arn
  @stack_arn
end